PDA

View Full Version : get sms program by FBUS protocol



juliojj14
06-03-2003, 03:56 PM
I am trying to make a program that can send and get sms messages but I have a lot of troubles, I am doing it with the help of mygnokii proyect and my problems are:

-I have configured the port and I use the function GetSMSMessage but it send throught the port the secuence:
FRAME
0x00 0x01, 0x00,0x07,
0x02, /* Unknown */
0x00, /* Location */
0x01, 0x64};

where N6110_FRAME_HEADER =0x00, 0x01, 0x00

but, where is the FRAME_ID=1E?
and once I have send that, must I send and ack or I must wait until I read an ack by the port?
I don't know what is the next function to run, is replygetsms if I have done my programs without threads to read by the port?
I need know what is the secuence of functions to run to get a sms. Thanks