Hello,
I have a final project at school for which I need to use a nokia 3310 for receiving sms messages. The problem that I have encountered is that I don’t seem to figure out how to get sms messages from the phone. I tried using the frame that is specified here, in the protocol docs and It doesn’t work...
I must mention that I need to get the sms messages even if they are already received and they are in the phone.
How can I do this?
This is the frame that I am trying to send to the phone and it doesn’t work:
0x1E 0x00 0x0C 0x02 0x00
0x0A 0x00 0x01 0x00 0x07 0x02 0x05 0x01 0x64 0x01 0x60 0x10 0x15
What I understand from this frame:
0x1E 0x00 0x0C (0x02)-(sms-handle) (0x00 0x0A)-(number of bytes) (0x00 0x01)-(header?) 0x00 0x07 0x02 0x05 0x01 0x64 (0x01)-(frames2go) (0x60)-(seq.no.) (0x10 0x15)-(checksums)
Fragment from n6110 protocol document:
0x02: SMS handling
s Get SMS message { 0x0007, 0x02, location, 0x01, 0x64 }
Is there anything else that I need to do or is my frame wrong? It is URGENT, I need your help.
Thank you,
Cristian Madalin.