79721277

Date: 2025-07-31 12:25:35
Score: 2.5
Natty:
Report link

This is also and issue when using the [AT+CUSD=1,"?"] command (you often get the "+CUSD: Encoding Error" error message).

For me, the fix appears to be doing:

AT+CSCS="UCS2"

delay(10);

AT+CSCS="GSM"

which appears to correctly/reliably set the SIM800 into "GSM" mode.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Rob