PN 30005 rev 5
NimbeLink, LLC All Rights Reserved.
10
2.12 Send SMS Message
In the terminal program, type the letters:
AT+CMGF=1
followed by the Enter key, and the terminal should respond with:
OK
Substitute the destination phone number for the example 5554443333.
Then type:
AT+CMGS=
”+
1
5554443333”
followed by the Enter key, and the terminal should respond with:
>
At this point you can type a custom message (keep to less than 160
characters).
To send the message, press the
CTRL
and
Z
keys at the same time.
If successful, the terminal should respond with:
+CMGS: xx
2.13 Receive SMS Messages
In the terminal program, type the letters:
AT+CMGF=1
followed by the Enter key, and the terminal should respond with:
OK
Then type:
AT+CMGL=
"REC UNREAD”
followed by the Enter key,
If the terminal responds with
OK
then there are no messages.
Otherwise, the terminal responds with the first message in the form:
+CMGL=index, message_status, address, [address_text],
[time_stamp] [,address_type, body_length] <CR> <LF>
sms_message_body[<CR> <LF> +CMGL: ...]
This is an example:
+CMGL: 0,"REC UNREAD","555444333","",20130925202238
SMS message
2.14 Delete Received SMS Message