I can send SMS from hyperterminal, but I can't receive SMS messages. I just keep getting OK
response without listing the messages. Here are my commands for reading messages and what responses I get.
AT+CMGF=1
OK
AT+CMGL="ALL"
OK
As you can see above, I receive the OK
but without any messages. I tried the following to indicate when I receive a new message.
at+cnmi=2,1
OK
And when I receive a new message this is what I see.
+CMTI: "MT", 0
The index for some reason keeps showing up as 0 even if there are more new messages.
Trying to read the new messages with at+cmgr=index
returns an error.
It doesn't look like the messages are getting saved. This command gives me the following but I don't know what it means.
at+cpms=?
+CPMS: ("SM", "ME", "SM_P", "ME_P", "MT"), ("SM", "ME", "SM_P", "ME_P", "MT"), ("SM", "ME", "SM_P", "ME_P", "MT")
OK
This is the datasheet for the GSM/GPRS Modem, so I don't know if I missed any other commands that are needed to receive messages or not. I have had this issue for couple of days and I just can't figure it out, I also tried a different sim card but same problem. Thanks!