LE910Cx AT Commands Reference Guide
80502ST10950A Rev. 14 Page 1330 of 1904 2022-03-04
3.17.46. AT#SSEND - Send Data in Command Mode
This command is used to send data through a connected socket.
AT#SSEND=<connId>
Execution command permits, while the module is in command mode, to
send data through a connected socket.
Parameter:
socket connection identifier
supported range. conMax value is returned
by test command
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.
the maximum number of bytes to send is 1500.
it's possible to use #SSEND only if the connection was opened by
#SD, else the ME is raising an error.