9.2.4 Numeric Mode
To simplify command/response interactions with automated systems where it may be more problematic to generate and parse string content, the DCE supports a numeric mode. In this mode commands and responses can be represented in number strings of fixed format.
MM:NN
Where MM is the hexadecimal representation of the module ID and NN is the hexadecimal representation of the command/AEC ID.
AT+MM.NN=
+MM.NN:
While in numeric mode the DCE will still accept full command name strings as well as numeric format, but all responses and AECs will be in just numeric mode.
Numeric mode does not apply to the success or error responses returned by the DCE. If the DTE also wishes to use simplified formatting for these responses the command ATV can be used with either a parameter of 0 or 1 to replace ‘OK’ and ‘ERROR’ with ‘0’ and ‘1’.