Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, i am doing a project using Mobile GSM modem.

I have a problem in reading a message from a mobile In my laptop using AT commands.I am testing the AT commands using "HyperTerminal" in Windows XP2.while reading a message from a mobile inbox, it returns a ERROR message.My mobile Model is NOKIA 6300.
what is the problem? plz help me.........urgent.........
HyperTerminal:
AT
OK
AT+CMGF=1
OK
AT+CMGS="+919965113728"
>hi
OK
AT+CMGR=1
ERROR
AT+CMGL="ALL"
ERROR
AT+CMGF=0
AT+CMGR=1
ERROR
AT+CMGL="ALL"
ERROR
Posted

This[^] page seems to be a good walkthrough of sending SMS messages using AT commands. It shows some things that aren't included in your example.

If that doesn't shed any light on the problem then you might have better luck if you ask the folks at Nokia for help.
 
Share this answer
 
Type

AT+CPMS="SM"

Which will select the SIM memory for "READ" purpose

and then try

AT+CMGR or AT+CMGL commands.

Good Luck
 
Share this answer
 
Comments
Member 10846746 28-Jan-16 7:34am    
please give me command for read sms from nokia mobile from phone memory or Sim Memory

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900