AirPrime and HL7548 AT Commands Interface Guide Rev10 0

Table Of Contents
4116303 Rev 10.0 August 10, 2017 249
AT Commands Interface Guide
AVMS Commands
HL7518 and HL7548
<State> Integer type – Status of the mode
For <Mode> = 0, 1 or 2
0 Disabled (default value)
1 Enabled
For <Mode> = 3 Value in range [0-525600] (units:min)
0 The polling mode is deactivated
<Timer_1> Timer between the first failed connection and the next attempt. Value in range
[0 to 20160] (units: min).
0 The retry mode is deactivated
15 Default value
<Timer_n> Timer between the n
th
failed attempt connection and the (n+1)
th
connection
(n<=8). Value in range [1 to 20160] (units: min)
Default values:
<Timer_2>=60
<Timer_3>=240
<Timer_4>=960
<Timer_5>=2880
<Timer_6>=10080
<Timer_7>=10080
Examples
AT+WDSC=?
+WDSC:(0-2),(0-1)
+WDSC:3,(0-525600)
+WDSC:4,(0-20160),(1-20160),(1-20160),(1-20160),(1-20160),(1-20160),(1-20160),
(1-20160)
OK
AT+WDSC?
// All modes are deactivated except retry mode which is used with default timers
+WDSC: 0,0
+WDSC: 1,0
+WDSC: 2,0
+WDSC: 3,0
+WDSC: 4,15,60,240,960,2880,10080,10080
OK
AT+WDSC=0,1
OK
AT+WDSC?
+WDSC: 0,1
+WDSC: 1,0
+WDSC: 2,0
+WDSC: 3,0
+WDSC: 4,15,60,240,960,2880,10080,10080
OK