Reputation: 11
I am using sim 900a modem. I want to read the messages coming to this modem. I have enabled the text mode AT+CMGF=1; I am sending message:
http://www.hughes.com/AT_Command_Reference.html#AT_plusCMGF
but I am receiving in this format...
+CMT: "+919841675265","","14/06/14,12:04:14+22"
0068007400740070003A002F002F006D006100700073002E0067006F006F0067006C0065002E0068
+CMT: "+919841675265","","14/06/14,12:04:17+22"
00200020002000540069006D0065003A00310034003A00330033003A003400340020002000440067
If I send the same message from another phone, I am receiving correctly....
I cant find where the problem is... please help me on this.
Upvotes: 1
Views: 2360
Reputation: 31
Maybe is because of the codepage you are using.
With the AT command AT+CSCS try to set your codepage in IRA or GSM.
Example: AT+CSCS="IRA"
Upvotes: 3