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 348 of 509
Mod. 0808 2011-07 Rev.2
#SSEND - Send Data In Command Mode
Note: it’s possible to use #SSEND only if the connection was opened by #SD, else
the ME is raising an error.
Note: a byte corresponding to BS char(0x08) is treated with its corresponding
meaning; therefore previous byte will be cancelled(and BS char itself will not be
sent)
Test command returns the range of supported values for parameter
< connId >
Send data through socket number 2
AT#SSEND=2
>Test<CTRL-Z>
Send UDP data to a specific remote host - #SSENDUDP
#SSENDUDP – send UDP data to a specific remote host
,<remoteIP>,<remotePort>
This command permits, while the module is in command mode, to send
data over UDP to a specific remote host.
UDP connection has to be previously completed with a first remote
host through #SLUDP / #SA.
Then, if we receive data from this or another host, we are able to send
data to it.
Like command #SSEND, the device responds with ‘> ‘ and waits for
the data to send.
Parameters:
<connId> - socket connection identifier
1..6
<remoteIP> - IP address of the remote host in dotted decimal notation,
string type: “xxx.xxx.xxx.xxx”
<remotePort> - remote host port
1..65535
Note: after SRING that indicates incoming UDP data and issuing
#SRECV to receive data itself, through #SS is possible to check last
remote host (IP/Port).
Note: if successive resume of the socket to online mode
Is performed(#SO), connection with first remote host
is restored as it was before.