NB-IoT Module Series
BC26 AT Commands Manual
BC26_AT_Commands_Manual 50 / 73
Parameter
5.4. AT+QSOSEND Send Data to Remote via Socket
This command is used to send data to network.
The response “OK” just mean the ATCMD format is right and data have been put to socket, waiting for
send.
Parameter
<socket_id>
Integer, socket id, AT+QSO
C’s response. Range: 0-4
<remote_port>
Integer, remote port. Range: 0-65535
<remote_address>
String, remote address.
AT+QSOSEND Send Data to Remote via Socket
Write Command
AT+QSOSEND=<socket_id>,<data_le
n>,<data>[,<flag>]
Response
OK
If there is any error, response:
ERROR
Test Command
AT+QSOSEND=?
Response
+QSOSEND=
(list
of
supported
<socket_id>
s)
,<data_length>, <data>
[,(list of supported
<flag>
s)]
OK
<socket_id>
Integer, socket id, AT+QSO
C’s response. Range: 0-4
<data_len>
Integer, length of data.
<data>
Raw data, data context. Hex string
<flag>
Integer, send flag.
1
ack no delay.
2
no nagle.