Advertisement

07.03.2008 at 03:23AM PDT, ID: 23536318
[x]
Attachment Details

Reading sms by AT commands from Nikia E50. Is that supported?

Asked by wawerus in Global System for Mobile Communications (GSM)

Hello. I am trying to read sms from Nokia E50 using AT commands. There is a problem related to
set message storage.

Please take a look on my vbs code :


Set objComport = CreateObject( "ActiveXperts.Comport" )    ' Create a new Comport instance
   objComport.Device              = "COM9"                    ' Use a COM port directly      
   objComport.BaudRate            = 9600                     ' Set baudrate (default value: 9600)
   objComport.HardwareFlowControl = True                      ' Set Hardware Flow Control (default: True)
   objComport.SoftwareFlowControl = True                    ' Set Software Flow Control (default: True)
   objComport.Open                                            ' Open the port
   objComport.LogFile = "C:\ActiveComport.log"
   
   Wscript.Echo "Open, result: " & objComport.LastError

   If( objComport.LastError <> 0 ) Then
     WScript.Quit
   End If

WriteStr objComport, "at+cmgf=1"
ReadStr  objComport
//that returns OK.

WriteStr objComport, "at+cpms="&Chr( 34 )&"SM"&Chr( 34 )
ReadStr  objComport


That at+cpms returns ERROR. Does it mean that Nokia E50 does not support that AT command? When i execute at+cpms=? response is "+CPMS:(),(),()". Is there any other way to intialize the messages source to read?  The at+cpms i required before executing at+cmgl="REC UNREAD" which reads new sms.

Do you have any idea where is the problem?
Do you know any other way to read new sms by at command?

regards,
wawerus



Start Free Trial
[+][-]07.04.2008 at 03:48AM PDT, ID: 21932235

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.04.2008 at 04:03AM PDT, ID: 21932294

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.04.2008 at 04:25AM PDT, ID: 21932371

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.02.2008 at 02:30AM PDT, ID: 22365454

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]09.07.2008 at 07:02PM PDT, ID: 22413992

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Global System for Mobile Communications (GSM)
Sign Up Now!
Solution Provided By: Computer101
Participating Experts: 2
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628