45
Appendix II
AT Commands
AT+CHAP
Read Command
Response
AT+CHAP?<CR>
<CR><LF>DISABLE<CR><LF>
<CR><LF>ENABLE<CR><LF>
Example
AT+CHAP?
DISABLE
CHAP is disabled currently.
Write Command
Response
AT+CHAP=[Parameter]<CR>
<CR><LF>OK<CR><LF>
<CR><LF>ERROR<CR><LF>
Example
AT+CHAP=1
OK
Enable CHAP successfully.
Remarks
The Read command is to get the Challenge-Handshake Authentication Protocol (CHAP) setting.
The Write command is to set the Challenge-Handshake Authentication Protocol (CHAP) setting,
enable or disable.
[Parameter] is a character that determines whether CHAP is enabled —
Parameter =0: Disable CHAP
Parameter =1: Enable CHAP
See Also
ATDT, AT+APN, AT+DHCP, AT+DLMT, AT+PSW, AT+USER (2G)
Back to the Supported AT Commands.