Noelia Soliz
Forum Replies Created
-
AuthorPosts
-
Noelia SolizParticipant
This is using Text mode, I think the solution to this part it would be the same than the other one (reading SMS) work with PDU mode and decode and encode the messages inside of the code. If you have any better ideas, I’ll be really happy to know them!
Noelia SolizParticipantI was sending messages from an HTC phone with settings in Spanish, I changed that configuration and now I’m able to see them correctly, I tested with another phone with settings “french” also and the messages with “french” characters are shown like the first one that you saw before, but the messages with out it are correct.
We can’t predict or limit the devices that are going to send messages to the modem, so I think I’ll have to work with PDU mode and decode it inside the code.
Thank you very much for your help Darrik!
Noelia SolizParticipantThanks Darrik for your answer, there isn’t any message that haven’t been received, listing ALL the messages I can “see” them all, that is in the way that I showed you before. If I change the mode to PDU, and translate the message with a PDU decoder like this one http://www.diafaan.com/sms-tutorials/gsm-modem-tutorial/online-sms-pdu-decoder/ is working at perfection, but isn’t the modem suppose to be doing this decodification for me??
I’ve already change the following settings in it:
AT+CNMI=1,1,0,0,0
OK
AT+CSCS=”PCCP437″
OK
AT+CPMS=”SM”
+CPMS: 3,40,3,40,3,40
OK
AT+CMGF=1
OK
I also tried the SIM in my personal phone and all the messages are normal.
I think that I’d might be missing some setting in the text mode, but I really don’t know what else to try!
Noelia SolizParticipantSolved.
-
AuthorPosts