
GSM/GPRS Module
M35 AT Commands Manual
M35_AT_Commands_Manual Confidential / Released 29 /
186
+CME ERROR: 10
AT+CMEE=2
// Enable error result code with verbose (string)
values
OK
AT+CPIN=1234
+CME ERROR: SIM not inserted
2.21. AT+CSCS Select TE Character Set
Parameter
Example
AT+CSCS?
// Query the current character set
+CSCS: "GSM"
OK
AT+CSCS Select TE Character Set
Test Command
AT+CSCS=?
Response
+CSCS:
(list of supported
<chset>
s)
OK
Read Command
AT+CSCS?
Response
+CSCS: <chset>
OK
Write Command
AT+CSCS=<chset>
Response
Set character set
<chset>
which is used by the TE. The TA
can then convert character strings correctly between the TE
and ME character sets.
OK
Reference
GSM 07.07
<chset>
"GSM"
GSM default alphabet
"HEX"
Character strings consist only of hexadecimal numbers from 00 to FF
"IRA"
International reference alphabet
"PCCP437" PC character set Code
"UCS2"
UCS2 alphabet
"8859-1"
ISO 8859 Latin 1 character set