skorokithakis / A6lib

An ESP8266/Arduino library for communicating with the A6 GSM module. ⛺
MIT License
127 stars 49 forks source link

Problem in showing message body #13

Open reza7rm opened 7 years ago

reza7rm commented 7 years ago

First of all thank you very much for this good library, I have a problem reading SMS. Both sms date and sms number are Ok but the message is not shown correctly, rather than the text it shows some random number and squares! Text is simple English , is there any special decoding ?

skorokithakis commented 7 years ago

Hmm, that's odd. There's no special decoding needed, it should just return English. Maybe your phone company uses some different encoding?

I've never had this problem, so I don't know. If you figure out a solution, though, please open a PR so other people can benefit too!

reza7rm commented 7 years ago

Problem solved however I couldn't find any reason ! just compiled again in platformio rather than arduino IDE and it just works! Now I'm struggling with deleting message which doesn't work!

vanjsy commented 6 years ago

Message Received by theGSM A6 wont display into serial monitor of Arduino, does anyone here face same problem? Thanks.