Neo_M660 AT Command Set
Copyright © Neoway Technology Co., Ltd
48
Format
AT+NETAPN="APN","USERNAME","PASSWORD"<CR>
AT+NETAPN?<CR>
Parameter
APN: GPRS network access point
USERNAME: GPRS user name
PASSWORD: GPRS password
Return
Value
OK
Example
AT+NETAPN="CMNET","",""
OK
AT+NETAPN?
+NETAPN:"","",""
OK
Remarks
N/A
9.2 Setting Up a PPP Link: +XIIC
Description
To set up a PPP link
Format
AT+XIIC=<n><CR>
AT+XIIC?<CR> Query the PPP link status
Parameter
<n>: 1
Return
Value
See the Example.
Example
AT+XIIC=1
OK
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
.
There are four spaces before
1
.
AT+XIIC?
+XIIC: 0, 0.0.0.0
OK
The PPP link has not been set up
successfully.
There are four spaces before
0
.
Remarks
Ensure that the module has registered the network before you use the
AT+XIIC=1
command to set up PPP link. You can use
AT+GREG?
to check whether the module has
registered the network or not. If
+CREG: 0,1
or
+CREG: 0,5
is returned, the module has
registered the network.