Working with GSM modems via AT commands: Difference between revisions
From D3xt3r01.tk
Jump to navigationJump to search
m Created page with '==WHY== Because I just got a Huawei K3520 GSM modem and I'm going to play around with it to make it send notifications in case something at work goes down. Here are the AT comma…' |
m →WHAT |
||
Line 4: | Line 4: | ||
==WHAT== | ==WHAT== | ||
<source lang="bash"> | <source lang="bash"> |
Revision as of 16:07, 26 January 2011
WHY
Because I just got a Huawei K3520 GSM modem and I'm going to play around with it to make it send notifications in case something at work goes down. Here are the AT commands I found useful.
WHAT
# Entering your pin in case it needs a password.
>AT+CPIN="xxxx"
<OK
# Finding out your service center number
>AT+CSCA?
<+CSCA: "+401234567890",145
# Finding out your own number
>AT+CNUM
+CNUM: "","1234567890",129
LINKS
[Developer's Home Short Message Service / SMS Tutorial] - BIG HELP !!!
[SMS Messages and the PDU format]