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…')
(No difference)

Revision as of 17: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

Finding out your own number:

# 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]

[Online Javascript PDU Converter]

[Another Online PDU encoder and decoder]