LE910Cx AT Commands Reference Guide
80502ST10950A Rev. 14 Page 1247 of 1904 2022-03-04
command mode connection), these data are buffered and we receive the
SRING URC (SRING presentation format depends on the last
#SCFGEXT setting); it's possible to read these data afterwards issuing
#SRECV. Under the same hypotheses it's possible to send data while in
command mode issuing #SSEND.
<txTime> parameter is valid for UDP connections only and has no effect (if
used) for TCP connections. For slow servers it is recommended to adjust
the time interval for uploading series of data packets in order to do not lose
data. The following data packet will be sent after the previous data packet's
time interval has been expired.
if we set <connMode> to online mode connection and the command is
successful we enter in online data mode and we see the intermediate
result code CONNECT. After the CONNECT we can open additional online
mode connection only after suspending the first socket connection (socket
stays open) using the escape sequence (+++).
To check the indication of the FIN/RST received use the command AT#SI.
AT#SD=?
Test command reports the range of values for all the parameters.
Open socket 1 in online mode
AT#SD=1,0,80,"www.google.com",0,0,0
CONNECT
...
Open socket 1 in command mode
AT#SD=1,0,80,"www.google.com",0,0,1
OK