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 326 of 509
Mod. 0808 2011-07 Rev.2
Sockets 1,2,3,6 are opened with some data traffic.
For example socket 1 has 123 bytes sent, 400 bytes received, 10 byte waiting to be read and
50 bytes waiting to be acknowledged from the remote side.
AT#SI=1
#SI: 1,123,400,10,50
OK
We have information only about socket number 1
Socket Type - #ST
[=<ConnId>]
Set command reports the current type of the socket ( TCP/UDP ) and its direction
( Dialer / Listener )
Parameter:
< ConnId > - socket connection identifier
1..6
The response format is:
#ST: <connId>,<type>,<direction>
where
< connId > - socket connection identifier
1..6
< type > - socket type
0 – No socket
1 – TCP socket
2 – UDP socket
< direction > - direction of the socket
0 – No
1 – Dialer
2 – Listener
Note: issuing #ST<CR> causes getting information about type of all the sockets;
the response format is:
#ST: <connId1>,<type1>,<direction1>
<CR><LF>
…
#ST: <connId6>,< type 6>,< direction 6>