Specifications
HE863 family AT commands reference guide
80377ST10083a Rev.4 – 2012-02-01
Reproduction forbidden without written authorization from Telit Communications S.p.A.- All Rights Reserved. Page 194 of
228
#SKTRST - Socket Parameters Reset
- Data Sending Time-Out
- Socket Type
- Remote Port
- Remote Address
- TCP Connection Time-Out
AT#SKTRST=?
Test command returns the OK result code.
Example AT#SKTRST
OK
socket parameters have been reset
3.5.5.1.74. 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.