PDA

View Full Version : AT Commnds for Ericsson T10



jam547
- 29th March 2006, 16:39
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

PoTeToJB
- 30th March 2006, 12:14
go to this link

for T10

http://gatling.ikk.sztaki.hu/~kissg/gsm/at+c.html
or
http://gatling.ikk.sztaki.hu/~kissg/gsm/cquery/ericsson_t10s.txt

i hope this link help u. if u want at command for another model (sony ericsson only) i have in PDF..

jam547
- 30th March 2006, 23:19
thank you for the links, but 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........
thankx

kamet
- 31st March 2006, 05:02
You would use the SERIN command to listen to the cell phone. If your microcontroller needs to do other things and can't be completely hung up on just listening to the cell phone, you can set the timeout parameters of the command so that it jumps to another routine in your program and then jump back to listen.