Specifications
UC864-E/G AT Commands Reference Guide
80304ST10041a Rev. 3 - 18/07/08
Reproduction forbidden without Telit Communications S.p.A. written authorization - All Rights Reserved page 214 of 259
#SKTRST - Socket Parameters Reset
AT#SKTRST=? Test command returns the OK result code.
Example
AT#SKTRST
OK
socket parameters have been reset
3.5.7.4.12 GPRS Context Activation - #GPRS
#GPRS - GPRS Context Activation
AT#GPRS=
[<mode>]
Execution command deactivates/activates the GPRS context, eventually
proceeding with the authentication with the parameters given with #PASSW
and #USERID.
Parameter:
<mode> - GPRS context activation mode
0 - GPRS context deactivation request
1 - GPRS context activation request
In the case that the GPRS context has been activated, the result code OK is
preceded by the intermediate result code:
+IP: <ip_address_obtained>
reporting the local IP address obtained from the network.
AT#GPRS? Read command reports the current status of the GPRS context, in the
format:
#GPRS: <status>
where:
<status>
0 - GPRS context deactivated
1 - GPRS context activated
2 - GPRS context activation pending.
AT#GPRS=? Test command returns the allowed values for parameter <mode>.
Example
AT#GPRS=1
+IP: 129.137.1.1
OK
Now GPRS Context has been activated and our IP is
129.137.1.1
AT#GPRS=0
OK
Now GPRS context has been deactivated, IP is lost.