kennethkearney
09-01-2004, 12:31 PM
I'm a bit confused with the operation of the phones. I have a PIC micro talking to a nokia 6150 and what I want to do is to turn the phone on and off but still have control over it. I see from gnokii protocols that when you request a phone status, in the 'mode' field there is an option 4: phone powered off.
0x04: Phone Status
s Phone status { 0x0001 }
r Phone status { 0x0002, mode, signal str, ???, pwr, batt.level }
where mode: 1: registered within the network
2: call in progress
3: waiting for pin
4: powered off
pwr: 1: AC/DC
2: battery
This leads me to believe that the phone can talk to the PIC even when the GSM bit is turned off. To turn the phone on and off, I plan to use the 'button press' routines.
Can anybody tell me if this is right or am I reading this all wrong?
0x04: Phone Status
s Phone status { 0x0001 }
r Phone status { 0x0002, mode, signal str, ???, pwr, batt.level }
where mode: 1: registered within the network
2: call in progress
3: waiting for pin
4: powered off
pwr: 1: AC/DC
2: battery
This leads me to believe that the phone can talk to the PIC even when the GSM bit is turned off. To turn the phone on and off, I plan to use the 'button press' routines.
Can anybody tell me if this is right or am I reading this all wrong?