User`s guide
CONFIGURATION
74
For the text mode for SMS writing is used command AT+CMGF=1.
AT+CMGF=1 Enter
OK
The SMS message is created by the help of command AT+CMGS=<tel. number>.
After Enter button is pressed is displayed mark >, behind this mark it is possible to write your
own SMS message. The SMS message is sent by the help of CTRL+Z (SMS sending takes
a few minutes). SMS writing is possible to cancel by pressing Esc.
AT+CMGS=”712123456” Enter
>Hello World! CTRL+Z (keys combination)
OK
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 received,
<time> is time of SMS received.
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 to delete by command AT+CMGD=<index>.
AT+CMGD=1 Enter
OK