Telit LE910 V2 Series AT Commands
80446ST10707A Rev. 0– 2015-11-03
Reproduction forbidden without Telit Communications S.p.A. written authorization - All Rights Reserved page 399 of 509
Mod. 0808 2011-07 Rev.2
<remote addr> - host address of the remote machine that contacted the device.
When the connection is established the CONNECT indication is given and the
modem goes into data transfer mode.
On connection close or when context is closed with #GPRS=0 the socket is closed
and no listen is anymore active.
If the context is closed by the network while in listening, the socket is closed, no
listen is anymore active and an unsolicited code is reported:
#SKTL: ABORTED
Note: when closing the listening socket <input port> is a don’t care
parameter
Read command returns the current socket listening status and the last settings of
parameters <input port> and <closure type>, in the format:
#SKTL: <status>,<socket type>, <input port>,<closure type>
Where
<status> - socket listening status
0 - socket not listening
Test command returns the allowed values for parameters <mode>, <socket type>,
<input port> and <closure type>.
AT#GPRS=1
+IP: ###.###.###.###
OK
Start TCP listening
AT#SKTL=1,0,1024
OK
or
AT#SKTL=1,0,1024,255
OK
Receive TCP connection requests
+CONN FROM: 192.164.2.1
CONNECT
exchange data with the remote host
send escape sequence
+++