borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2011 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Next Topic (Problem with Forum) New Topic New Poll Post Reply
AndreaVB Forum : VB General : AT command Read SMS using Nokia 6120 classic
Poster Message
VYX
Level: Professor


Registered: 16-12-2005
Posts: 75

icon AT command Read SMS using Nokia 6120 classic

Hello guys

i tried and tried issuing AT command using hypertherminal through my phone nokia6120 c.. it works in sending SMS, and other command but the very important command at+cmgr seems not working.. is there any tricks or any solutions for this to work? and please could you let me know how?

i issued a command through hyperterminal

AT+CMGF=1
OK


AT+CMGR?
ERROR

AT+CMGR=?
ERROR

please help me guys.. how to read SMS using my phone nokia 6120 classic.
What do i need all to work this.

Thank you so much and really appreciate all your helps..

Thank you

30-12-2008 at 01:21 PM
View Profile Send Email to User Show All Posts | Quote Reply
admin
Level: Administrator


Registered: 04-04-2002
Posts: 514
icon Re: AT command Read SMS using Nokia 6120 classic

Hi,

I know I am late in aswering this message but I'm just starting using AT commands hese days, I have connected a phone to my PC via bluetooth and using the mapped COM port for DUN (Dial Up Network) I am able to send AT commands to my old Nokia 7650.

I have created a software to send and receive SMS. I use this to send alerts to our operators.

AT+CMGR is used to read a specified message from SIM memory, the problem is that you need to know prior what messages are present in momery locations. So I used AT+CMGL that returns the list of all messages present in the phone.

try using this message AT+CMGL="ALL"
It accepts this variants: "REC UNREAD","REC READ","STO UNSENT","STO SENT" and "ALL"

hope this will be at least useful for someone else
bye

____________________________
AndreaVB

29-06-2011 at 07:21 AM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
AndreaVB Forum : VB General : AT command Read SMS using Nokia 6120 classic
Next Topic (Problem with Forum) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2011 Andrea Tincaniborder