ME310G1/ME910G1/ML865G1 AT Commands Reference Guide
80617ST10991A Rev. 11 Page 112 of 1039 2021-09-23
3.2.2.40. AT#ATDELAY - AT Command Delay
Set command sets a delay in second for the execution of successive AT command.
AT#ATDELAY=<delay>
Parameter:
delay expressed in 100 milliseconds intervals; 0
means no delay. For max value refer to test
command
<delay> is only applied to first command executed after #ATDELAY
AT#ATDELAY=?
Test command returns the supported range of values for parameter
<delay>.
Set 5 seconds delay for "AT#GPIO=1,1,1" command
AT#GPIO=1,0,1;#ATDELAY=50;#GPIO=1,1,1
OK