Ask a questionAsk a question
 

QuestionProblem of receiving SMS from Mobile Phone

  • Wednesday, November 04, 2009 7:47 AMDulon Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} -->

    Hi,

    I am trying to send and receive SMS from mobile phone using serial port in C#. I used AT command to do this job. I could send SMS successfully but I could not receive any SMS from my SIM or Memory of my mobile phone (Nokia 5800 XpressMusic). To select SIM as default storage I executed the command AT+CPMS=\"SM\" But it returns AT+CPMS="SM" ERROR

    I am getting same problem for the command AT+CMGL=\"ALL\"

     

    I mentioned here few command that is working successfully,

    AT+CMGF=1

    AT+CMGS=\"" + "+880194328355" + "\"

     

    Please help me to find the solution how I can receive SMS from mobile phone. Thanks is advance.

    Dulon