User's Manual
Table Of Contents

Page 121 of 187
TECHNICAL MANUAL
Telit GM862 PCS
Tri Band GPRS Data Terminal System Rev.1
AT+CGDCONT=?
+CGDCONT: (1-3),”IP”,,,(0-1),(0-1)
OK
AT+CGDCONT=1, ”IP”, ”uni.tim.it”, ”10.10.10.10”,0,0
OK
Reference GSM 07.07
SW release Version A
3.3.7.1 +CGPADDR - show PDP address
+ CGPADDR – show PDP address
Execute command
Read command
Write command
AT+CGPADDR = [<cid>
[,<cid> [,…]]]
Returns a list of PDP addresses for the specified context identifiers in
the format:
+CGPADDR: <cid>,<PDP_addr>
[<CR><LF>+CGPADDR: <cid>,<PDP_addr>]
Parameters:
<cid> - a numeric parameter which specifies a particular PDP
context definition (see +CGDCONT command). If no <cid> is
specified, the addresses for all defined contexts are returned.
<PDP_address> - a string that identifies the terminal in the
address space applicable to the PDP. The address may be static or
dynamic. For a static address, it will be the one set by the +CGDCONT
command when the context was defined. For a dynamic address it will
be the one assigned during the last PDP context activation that used the
context definition referred to by <cid>,<PDP_addr> is omitted if
none is available
Test command
AT+CGPADDR=?
Returns a list of defined <cid>s.
Example AT+CGPADDR=1,2
+CGPADDR = 1,”10.10.15.15”
+CGPADDR = 2,”10.10.20.10”
OK
AT+CGPADDR=?
+CGPADDR: (1-3)
OK
Reference GSM 07.07
SW release Version A