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 351 of 509
Mod. 0808 2011-07 Rev.2
Send data in Command Mode extended - #SSENDEXT
#SSENDEXT - Send Data In Command Mode extended
<connId>,
<bytestosend>
Execution command permits, while the module is in command mode, to send
data through a connected socket including all possible octets
(from 0x00 to 0xFF).
Parameters:
<connId> - socket connection identifier
1..6
< bytestosend > - number of bytes to be sent
Please refer to test command for range
The device responds to the command with the prompt
<greater_than><space> and waits for the data to send.
When <bytestosend> bytes have been sent, operation is automatically
completed.
If data are successfully sent, then the response is OK.
If data sending fails for some reason, an error code is reported.
Note: it’s possible to use #SSENDEXT only if the connection was opened by
#SD, else the ME is raising an error.
Note: all special characters are sent like a generic byte.
(For instance: 0x08 is simply sent through the socket and don’t behave like a
BS, i.e. previous character is not deleted)
Test command returns the range of supported values for parameters < connId >
and <bytestosend>
Open the socket in command mode:
at#sd=1,0,<port>,"IP address",0,0,1
OK
Give the command specifying total number of bytes as second parameter:
at#ssendext=1,256
> .............................. ; // Terminal echo of bytes sent is displayed here
OK
All possible bytes(from 0x00 to 0xFF) are sent on the socket as generic bytes.