HUAWEI MG323 GSM M2M Module
AT Command Interface Specification Commands for Configuration
Issue 02 (2010-11-23) Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd. 21
2.11 AT+CMEE - Command for Setting Terminal Error Reporting

2.11.1 Querying the Error Reporting Mode Supported by the

Terminal

Test
command
AT+CMEE=?
Function Queries the terminal error reporting mode supported by the module.
Response <CR><LF>+CMEE: (list of supported <errMode>s) <CR><LF>
<CR><LF>OK<CR><LF>
Parameter description
<errMode>: integer, which indicates the terminal error reporting mode.
z 0 (default value): does not report the error code and returns ERROR only in case
of an error.
z 1: reports the error by using +CME ERROR: <err>, in which <err> indicates the
error code number.
z 2: reports the error by using +CME ERROR: <err>, in which <err> indicates the
string value of error description.

2.11.2 Reading the Terminal Error Reporting Mode

Read
command
AT+CMEE?
Function Reads the terminal error reporting mode of the module.
Response <CR><LF>+CMEE: <errMode><CR><LF>
<CR><LF>OK<CR><LF>