I am using a SIM800L module and I am trying to make it send an SMS. When I type the command AT+CSCS? it gives the output +CSCS="IRA". I want to change this to "GSM". When I try changing it using AT+CSCS = "GSM" and then try AT+CSCS? again, it gives +CSCS="IRA".
I have tried the command AT+CSCS = "GSM"
AT
AT+CSCS?
AT+CSCS = "GSM"
AT+CSCS
AT gives OK
AT+CSCS? gives "IRA"
AT+CSCS = "GSM" returns OK
AT+CSCS? returns IRA
For some reason, when I try to change +CSCS to "GSM" it doesn't work. I'm not sure why.