User`s guide
CONFIGURATION
64
It is possible to find the new SMS by the help of command AT+CMGL=ALL. This
command reproaches all SMS messages.
AT+CMGL=ALL Enter
+CMGL: <index>, <status>,<sender number>, ,<date>,<time>
SMS text.
+CMGL: 1,“REC UNREAD“,“+420721123456“, ,“08/02/02, 10:33:26+04“
Hello World!
where <index> is ordinal number of the SMS,
<status> is SMS status:
REC UNREAD – SMS unread
REC READ – SMS read
STO UNSENT – stored unsent SMS
STO SENT – stored sent SMS
ALL – all SMS messages
<sender number> is tel. number from which the SMS was receive,
<date> is date of SMS receive,
<time> is time of SMS receive.
It is possible to read the new SMS message by command AT+CMGR=<index>.
AT+CMGR=1 Enter
+CMGL: <index>, <status>,<sender number>, ,<date>,<time>
SMS text.
+CMGL: 1,“REC READ“,“+420721123456“, ,“08/01/12, 9:48:04+04“
Hello World!
Received SMS is possible delete by command AT+CMGD=<index>.
AT+CMGD=1 Enter
OK