Specifications
Telit GM862-PCS/-GPRS/-GSM Product Description
1vv0300604, Rev. ISSUE#14 - 22/01/04
Reproduction forbidden without DAI Telecom written authorization – All Right reserved – Right of modification reserved page 134 of 214
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
6.5.7.5 +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










