98-08901C68-O 43
AT Commands Reference
The following table shows the +CSCS parameter optional values.
Example
AT+CSCS=?
+CSCS: ("8859-1","ASCII","GSM","UCS2","UTF8")
OK
AT+CSCS?
+CSCS: "ASCII"
OK
AT+CPBW=1,"8475763000",129,"Lin Zhao"
OK
AT+CSCS="UCS2"
OK
AT+CPBR=1
+CPBR: 1, "8475763000",129,004C006E0020005A00680061006F
OK
AT+CSCS="GSM"
OK
AT+CPBR=1
+CPBR: 1, "8475763000",129,"Lin Zhao"
OK
Table 7. +CSCS Parameter Optional Values
<chset> Character Set Input/Output Format
“ASCII” ASCII Quoted string.
(For example, "AB" equals two 8-bit
characters with decimal values 65, 66.)
“GSM” GSM default alphabet
(GSM 03.38 subclause 6.2.1)
Quoted string.
"UCS2" Unicode (ISO/IEC 10646 [32]) HEX representation.
(For example, 00410042 equals two
16-bit characters with decimal
values 65, 66.)
"UTF8" 8-bit Unicode (ISO 10646
transformation format)
HEX representation.
"8859-1" LATIN (ISO 8859-1) Quoted string.