AT Commands Reference Guide
80529ST10815A Rev.2– 2017-09-14
ReproductionforbiddenwithoutTelitCommunicationsS.p.A.writtenauthorization‐AllRightsReserved page175of233
#SSLSEND – Send data through a SSL socket
AT#SSLSEND=
<SSId>[,< Timeout >]
This command allows sending data through a secure socket.
Parameters:
<SSId>
- Secure Socket Identifier
1 - Until now SSL block manage only one socket.
<Timeout> - socket send timeout, in 100 ms. units.
10..5000 - hundreds of ms. (factory default is 100)
The device responds to the command with the prompt ‘>’ and waits for the data to
send.
To complete the operation send Ctrl-Z char (0x1A hex); to exit without writing the
message send ESC char (0x1B hex).
If data are successfully sent, then the response is OK.
If data sending fails for some reason, an error code is reported
Note: The maximum number of bytes to send is 1023.
Note: If secure socket is not enabled using AT#SSLEN only test requests can be
made.
Note: If timeout is not set for SSL connection the default timeout value, set by
AT#SSLCFG, is used.
Note: Before sending data through the SSL connection it has to be
established using
AT#SSLD
AT#SSLSEND=?
Test command returns the range of supported values for all the parameters:
#SSLSEND: (1),(10-5000)