PioneerPOS G24-LC 用户手册

下载
页码 444
Modem ID
3-4
 G24-L AT Commands Reference Manual
April 15, 2008
Example
AT+CGSN?
+CGSN: "004400013805666"
 OK
AT+GSN
+GSN: "004400013805666"
 OK
+CSCS, Select Terminal Character Set 
This command selects the G24-L character set. The G24-L supports the following character sets: 
GSM, UCS2, UTF8, 8859-1 and ASCII.
The default value, set upon system initialization or when omitting <chest> in set command, is 
ASCII.
The following table shows the +CSCS parameter optional values.
Example
AT+CSCS=?
Command 
Type
Syntax
Response/Action
Set
+CSCS=[<chset>]
OK 
or:
+CMS ERROR: <err>
Read
AT+CSCS?
+CSCS: <selected character set>
Test
AT+CSCS=?
+CSCS: (<supported character sets>)
Table 3-2: +CSCS Parameters
<chset>
Character Set
Input/Output Format
“ASCII”
ASCII (0x00 - 0x7F)
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)
HEX representation.
"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.