35
Chapter 4
Programming Your Mobile Computer
4.2.7 AT+CHAP
Read Command
Response
AT+CHAP?<CR> <CR><LF>DISABLE<CR><LF>
<CR><LF>ENABLE<CR><LF>
Example
AT+CHAP?
DISABLE
CHAP is currently disabled.
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
(GPRS)
Back to the Supported AT Commands.