ME310G1/ME910G1/ML865G1 AT Commands Reference Guide
80617ST10991A Rev. 11 Page 827 of 1039 2021-09-23
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>.
Open the socket in command mode:
AT#SSLD=1,443,<port>,"IP address",0,1
OK
Send data specifying total number of bytes:
AT#SSLSENDEXT=1,256,100
>...