ME310G1/ME910G1/ML865G1 AT Commands Reference Guide
80617ST10991A Rev.4 Page 478 of 545 2020-04-15
3.17.11. AT#SSLSENDEXT - Send Data through a SSL Socket in Command
Mode
This command sends data through a secure socket.
AT#SSLSENDEXT=<SSId>,<bytestosend>[,<Timeout>]
Execution command sends data through a secure socket.
After command line is terminated with <CR>, the command returns the following four-character
sequence prompt:
<CR><LF><greater_than><space> (see IRA 13, 10, 62, 32)
and waits for the data to be send.
When <bytestosend> bytes have been sent, the sending is automatically completed. If data are
successfully sent, the command returns OK. If data sending fails, an error code is reported.
Parameters:
only one SSL socket is available.
number of bytes to be sent. Refer to test command for
range
time-out in 100 ms units.
If secure socket has not be enabled through #SSLEN command, only test command can
be used.
If timeout is not set for SSL connection, is used the timeout value set by #SSLCFG.
Before sending data through the SSL connection, it must be established using #SSLD.
All special characters are sent like a generic byte. For instance: 0x08 BS (Backspace) is
sent through the socket, it does not delete the previous character.
AT#SSLSENDEXT=?
Test command returns the range of supported values for parameters <SSId>, <bytestosend> and
<Timeout>.