39
Chapter 4
Programming Your Mobile Computer
4.2.11 AT+DHCP
Read Command
Response
AT+DHCP?<CR> <CR><LF>ENABLE<CR><LF>
<CR><LF>DISABLE<CR><LF>
Example
AT+DHCP?
ENABLE
DHCP is currently enabled.
Write Command
Response
AT+DHCP=[Parameter]<CR> <CR><LF>OK<CR><LF>
<CR><LF>ERROR<CR><LF>
Example
AT+DHCP=0
OK
Disable DHCP successfully.
Remarks
The Read command is to get the Dynamic Host Configuration Protocol (DHCP) setting.
The Write command is to set t the Dynamic Host Configuration Protocol (DHCP) setting, enable or
disable. [Parameter] is a character that determines whether DHCP is enabled —
Parameter =0: Disable DHCP
Parameter =1: Enable DHCP
See Also
ATDT, AT+APN, AT+CHAP, AT+DLMT,
AT+IP
(GPRS)
Back to the Supported AT Commands.