Copyright © Neoway Technology Co., Ltd
AT+NETAPN="APN","username","password"<CR>
AT+NETAPN?<CR>
APN: GPRS network access point
username: GPRS user name
password: GPRS password
AT+NETAPN="CMNET","",""
OK
Set GPRS APN to CMNET and leave
user account and password blank.
ERROR is returned because the
parameter format is incorrect. A pair of
quotation marks is required for each
parameter.
AT+NETAPN?
+NETAPN: "","",""
OK
Query the current settings of APN
parameter.
4.6 Setting Up a PPP Link: +XIIC
AT+XIIC=<n><CR>
AT+XIIC?<CR>
<n>: 1: Activate PPP link
0: Deactivate PPP link
The module is required to set up a
PPP link.
AT+XIIC?
+XIIC: 1, 10.232.165.29
OK
The PPP link is set up successfully
and the IP address is
10.232.165.29.