Confidential
USERS MANUAL
83(158)
Document number
Revision
1/198 17-4/FCP 101 3045 Uen
D
4.10 Error
Control
4.10.1
AT+CMEE (Report Mobile Equipment Error)
Description
Syntax
Possible responses
Sets the Error Control
AT+CMEE=<n>
OK
Reads the current setting.
AT+CMEE?
+CMEE: <n>
OK
This command disables or enables the extended error codes reported when there is a failure in executing the
AT command. When extended error codes are enabled, a reason is produced when an error occurs. The
standard result codes of OK and ERROR are still returned to the application for ease of parsing. The reason
code can be set by this AT command to terse or verbose.
The reason is returned in the format below:
CMEE: <err>
Example:
AT+CMEE=0
OK
AT*ERNAM=1,0,1,”1234567890”
ERROR
AT+CMEE=1
OK
AT*ERNAM=1,0,1,”1234567890”
CMEE: 58, 1
ERROR
AT+CMEE=2
OK
AT*ERNAM=1,0,1,”1234567890”
CMEE: Cannot write while scanning, parameter 1
ERROR
The setting is persistent. As a result, it is saved after a power cycle.
Parameter
Description
<n>
0 (default)
Disables CMEE: <err> reason code.
1
Enables CMEE: <err> reason code and uses numeric <err> values
2
Enables CMEE: <err> reason code and uses verbose <err> values