9.2.3 Configuration Commands

Certain commands are used to configure or query parts of the DCE. These commands allow the DTE to set new parameter values and get existing parameter values. The commands can query all parameter values, query a single parameter ID, or set a single parameter ID.

Each configuration parameter will consist of an ID and a value.

Commands can have preceding arguments which are specific to that particular command, but the ID and value arguments will be the last arguments.

For example:
AT+SOMECFGCMD=<CMD_SPEC_ARG>	          - Get all parameters 
AT+SOMECFGCMD=<CMD_SPEC_ARG>,<ID>	     - Get single parameter 
AT+SOMECFGCMD=<CMD_SPEC_ARG>,<ID>,<VALUE>   - Set single parameter