admin Level: Administrator

 Registered: 04-04-2002 Posts: 514
|
Re: AT command Read SMS using Nokia 6120 classic
Hi,
I know I am late in aswering this message but I'm just starting using AT commands hese days, I have connected a phone to my PC via bluetooth and using the mapped COM port for DUN (Dial Up Network) I am able to send AT commands to my old Nokia 7650.
I have created a software to send and receive SMS. I use this to send alerts to our operators.
AT+CMGR is used to read a specified message from SIM memory, the problem is that you need to know prior what messages are present in momery locations. So I used AT+CMGL that returns the list of all messages present in the phone.
try using this message AT+CMGL="ALL"
It accepts this variants: "REC UNREAD","REC READ","STO UNSENT","STO SENT" and "ALL"
hope this will be at least useful for someone else
bye
____________________________
AndreaVB
|