Neo_M660 AT Command Set
Copyright © Neoway Technology Co., Ltd
28
OK
Remarks
N/A
5.4 Setting the TE Character Set: +CSCS
Description
To set the format of the TE character set
Format
AT+CSCS=[<chest>]<CR>
AT+CSCS?<CR>
Parameter
< chset >:
"GSM": Default GSM alphabet (GSM03.38.6.2.1)
"HEX": Character string consisting of hexadecimal numbers from
0x00
to
0xFF
. For
example, "032FE6", equal to three 8-bit characters, whose values are respectively
3
,
47
,
and
230
in decimal system. These characters do not have to be converted with the source
MT character set.
"IRA": International reference alphabet (ITU-T T.50)
"PCCP437": PC character set Code Page 437
"8859-1": ISO 8859 Latin 1 character set
"UCS2": 16-bit universal multiple-octet coded character set (USO/IEC10646). The UCS2
character string is converted into a hexadecimal number (ranging from 0x0000 to
0xFFFF). UCS2 encoding is used only in some character string of the statement.
Return
Value
See the Example.
Example
AT+CSCS="HEX"
OK
AT+CSCS?
+CSCS: "HEX"
OK
+CSCS: <chset>
OK
+CSCS: ("IRA","GSM","HEX","PCCP437",
"8859-1", "UCS2", "UCS2_0X81")
OK
+CSCS: (list of supported <chset>s)
OK
Remarks
N/A
5.5 Setting the SMS Instruction Mode: +CNMI
Description
To set the mode how the module informs users of new SMS messages received from the
network
Format
AT+CNMI=[<mode>[,<mt>[,<bm>[,<ds>[,<bfr>]]]]]<CR>