WM620 AT
Command Manual
Copyright © Neoway Technology Co., Ltd
97
10 PPP Heartbeat Packet Commands
10.1 Enabling PPP Heartbeat Function: + PKEEPALIVE
Description
To enable or disable the PPP keepalive function
Format
AT+PKEEPALIVE=<mode><CR>
AT+PKEEPALIVE? <CR>
AT+PKEEPALIVE=?<CR>
Parameter
<mode>: Enable/Disable
0: Disable (default)
1: Enable
Return Value
<CR><LF>OK<CR><LF>
or
<CR><LF>+PKEEPALIVE: <mode><CR><LF>
<CR><LF>OK<CR><LF>
or
<CR><LF>+PKEEPALIVE: (list of supported <mode>)<CR><LF>
<CR><LF>OK<CR><LF>
Example
AT+PKEEPALIVE=1
OK
Enable the PPP KEEPALIVE function.
AT+PKEEPALIVE=0
OK
Disable PPP KEEPALIVE function.
AT+PKEEPALIVE?
+PKEEPALIVE: 1
OK
Read the current setting of PPP
KEEPALIVE.
AT+PKEEPALIVE=?
+PKEEPALIVE: (0-1)
OK
Query the value range of the parameter.