where the msg saved in gsm/gprs application kit?

hello,

im use gsm/gprs application kit… i try the example basic_sms which is include in cd… and i succesfully to send and receive the sms from hp to pc…

so, i want to know where that message that i send were saved? are the message saved in text file??

really want ur help

:confused:

the rabbit do not save the msg it delete the msg after u read it.

memset(&inbox,0x00, sizeof(&inbox));
//delete the msg after it read

I want to do a task only when you receive a message.

If suppose, i am doing some process with rabbit processor like sending data using UART to a PC and at this very moment an user happened to send a message which was received by GSM modem attached to the kit…
Now after completing the UART ,i want to read the message that has been sent by the user and was received by my modem when i was doing UART process with PC.

How would i solve this situation