1
General discussion / Re: Raspberry Pi with SIM900 GSM Module
« on: April 15, 2014, 12:06:14 am »
Hi guys I'm sorry to bump this thread but I found a solution to my problem.
The error code I had still didn't exist wherever I searched, but my problem was solved after forcing the sms-encoding to "GSM" as suggested in this thread: http://stackoverflow.com/questions/21522794/atcmgs-returns-error/23071095#23071095
So the code used was:
AT+CSCS="GSM"
The error code I had still didn't exist wherever I searched, but my problem was solved after forcing the sms-encoding to "GSM" as suggested in this thread: http://stackoverflow.com/questions/21522794/atcmgs-returns-error/23071095#23071095
So the code used was:
AT+CSCS="GSM"