Click here to Skip to main content
15,903,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to write a program in C# to send and receive sms using AT command.

for message receiving when i use AT+CPMS? command it return +CPMS: ,,,,,,,,.

so i am unable to retrieve message.

how can i find the storage location that my modem used?
Posted

perhaps this would help you
How To Send and Receive SMS using GSM Modem[^]
 
Share this answer
 
Maybe this http://www.developershome.com/sms/cpmsCommand.asp[^] might help you a bit.

My guess is, that the modem wants to tell you that there are no messages stored in any place. What is the answer when you send a SMS to the phone number of the modem?

Did you try to set the storage place?

And: Did you insert a sim card?
 
Share this answer
 

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