can anyone share the atcommands for T10. im interfacing a t10 with a pic 16f877 i would like to know the commands for sms being received on the phones. thankx
can anyone share the atcommands for T10. im interfacing a t10 with a pic 16f877 i would like to know the commands for sms being received on the phones. thankx
i have tried the at commands with hyper terminal.....the command that i use for reading the sms on the the phone is AT+CMGR=1 .the commands runs fine but i cant figure out is the how the code will be that i'll burn on pic16f877 that'll continously read the phone memory for sms........
Hi there
This is the way to output a command from the micro to the GSM.
HSEROUT ["AT+CMGD=1",13]
HSERIN [wait("OK")] ' NOT BELTS AND BRACES AS MODEM COULD RETURN"ERROR".
RETURN
It always pays to wait for an OK back from modem.
Hope this helps
Jonno
Bookmarks