User manual
Confidential, the whole present document is the sole property of Maestro Wireless Solution Ltd.
49
13.2. AT commands for configuring AI triggered AT command
13.2.1. AT+ADCAT command
This command is to enable/disable and configure AI triggered AT command function.
Command Syntax
AT+ADCAT=<action>(,<dir>,<Threshold>,<cmd> )
Response syntax:
+ADCAT: <action>,<dir>,<Threshold>,<cmd>
Command
Possible responses:
AT+ADCAT=0
OK
Note : disable AI triggered AT command execution
AT+ADCAT =1
OK
Note: enable I/O triggered AT command execution
AT+ ADCAT?
+IOAT : 1,1, 10,”AT+CMSS=5”
OK
Note display current status
AT+ADCAT=2,1,10,”AT+IPR=115200”
OK
Note: set the parameters < dir>, <Threshold>, <cmd>
low-to-high triggering, Threshold=1000 ms
command is “AT+IPR=115200”
AT+ ADCAT =?
+IOAT : (0-2),(0-1),(1-50),(128)
OK
Note : possible argument
Defined Values:
<action>
0 disable AI triggered AT command execution
1 enable AI triggered AT command execution
2 configure AI triggered AT command parameters
<dir>
1 configure as low-to-high triggering
0 configure as high-to-low triggering
<Threshold>
Time required for the detected state to trigger the AT command execution. Unit is in millisecond.
Valid value from 1 to 50 (0.1 sec to 5 sec). Refer to the above timing diagram in section 12.1
<cmd>
AT command to be executed when the AI port is triggered successfully. The length of the command is limited to 128
characters.