![GOSUNCN ME3630 Series Command Reference Manual Download Page 26](http://html.mh-extra.com/html/gosuncn/me3630-series/me3630-series_command-reference-manual_2247368026.webp)
All Rights reserved, No Spreading without GOSUNCN Permission
25
AT Command Reference Guide of Module Product
ME3630
+CFUN: 1
OK
3.11.
AT+CSCS Select TE Character Set
Set command informs TA which character set <chset> is used by the TE. TA is then able to convert character strings correctly
between TE and MT character sets.
When TA-TE interface is set to 8-bit operation and used TE alphabet is 7-bit, the highest bit shall be set to zero.
NOTE 1 : It is manufacturer specific how the internal alphabet of MT is converted to/from the TE alphabet.
Read command shows current setting and test command displays conversion schemes implemented in the TA.
Command
Response
+CSCS=[<chset>]
<CR><LF>OK<CR><LF>
+CSCS?
<CR><LF>+CSCS: <chset><CR><LF>
<CR><LF>OK<CR><LF>
+CSCS=?
<CR><LF>+CSCS: (list of supported <chset>s)<CR><LF>
<CR><LF>OK<CR><LF>
Parameter
<chset>: (conversion schemes not listed here can be defined by manufacturers):
"GSM"
GSM 7 bit default alphabet (3GPP TS 23.038); this setting causes easily software flow control (XON/XOFF) problems
NOTE 2: If MT is using GSM 7 bit default alphabet, its characters shall be padded with 8th bit (zero) before converting them to hexadecimal
numbers (i.e. no SMS-style packing of 7-bit alphabet).
"IRA" international reference alphabet (ITU-T T.50 )
"UCS2"
16-bit universal multiple-octet coded character set (ISO/IEC10646); UCS2 character strings are converted to
hexadecimal numbers from 0000 to FFFF; e.g. "004100620063" equals three 16-bit characters with decimal values 65, 98 and 99
Example
AT+CSCS?
+CSCS: "IRA"
OK
AT+CSCS=?
+CSCS: ("IRA",”GSM”,"UCS2")
OK
3.12.
AT+CMEE Report Mobile Termination Error
Set command disables or enables the use of result code +CME ERROR: <err> as an indication of an error relating to the
functionality of the MT. When enabled, MT related errors cause +CME ERROR: <err> final result code instead of the regular ERROR
final result code. ERROR is returned normally when error is related to syntax, invalid parameters, or TA functionality.