Skip to content

Instantly share code, notes, and snippets.

@stlk
Created April 29, 2011 09:59
Show Gist options
  • Save stlk/948134 to your computer and use it in GitHub Desktop.
Save stlk/948134 to your computer and use it in GitHub Desktop.
AT+CMGL - precist neprectene zpravy
AT+CMGL="REC UNREAD" - read unread SMS
AT+CMGL="ALL" - read all SMS
AT+CBC - baterka
AT+CNMI - notifikace
AT+CMGF=1 - set text mode
AT+CMGS="+85291234567"<CR>It is easy to send text messages.<Ctrl+z>
'List messages (text)'
AT+CMGL=?
+CMGL: (0-4,16)
OK
'Read message (text)'
AT+CMGR=?
OK
'New message acknowledgement to ME/TA (text)'
AT+CNMA=?
ERROR
'Send message (text)'
AT+CMGS=?
OK
'Send message from storage (text)'
AT+CMSS=?
OK
'Write message to memory (text)'
AT+CMGW=?
OK
'Delete message (text)'
AT+CMGD=?
OK
'Send command (text)'
AT+CMGC=?
ERROR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment