Neo_WM620 WCDMA Module AT Command Set
Copyright © Neoway Technology Co., Ltd
34
1: Text mode
Return
Value
See the Example.
Example
AT+CMGF=1
OK
Set SMS mode to text mode.
AT+CMGF?
+CMGF: 1
OK
Query current SMS mode.
AT+CMGF=?
+CMGF: (0-1)
OK
Query the value range of SMS mode.
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>
AT+CSCS=?<CR>
Parameter
< chset >:
"GSM": Default GSM alphabet (GSM03.38.6.2.1)
"IRA": International reference alphabet (ITU-T T.50)
"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
N/A
Example
AT+CSCS="IRA"
OK
Set TE character set to IRA.
AT+CSCS?
+CSCS: "IRA"
OK
Query current character set.
AT+CSCS=?
+CSCS: ("IRA","GSM", "UCS2")
OK
Query the value range of the character set.