LPWA Module Series
BG95&BG77&BG600L Series TCP/IP Application Note
BG95&BG77&BG600L_Series_TCP/IP_Application_Note 23 / 56
Parameter
If the connection is not established, abnormally closed, or any
parameter is incorrect:
ERROR
Write Command
When
<service_type>
is
"UDP
SERVICE"
AT+QISEND=<connectID>,<send_len
gth>,<remoteIP>,<remote_port>
Response
Send fixed length data to specified remote IP address and
remote port. The
<service_type>
must be "UDP SERVICE".
>
After response
>
, type the data until the data length equals
<send_length>
If the connection is established and the data is sent
successfully:
SEND OK
If the connection is established but the sending buffer is full:
SEND FAIL
If the connection is not established, abnormally closed, or any
parameter is incorrect:
ERROR
Write Command
When
<send_length>
is 0, query the
sent data
AT+QISEND=<connectID>,0
Response
If the specified
<connectID>
exists:
+QISEND: <total_send_length>,<ackedbytes>,<unacked
bytes>
OK
If the specified
<connectID>
does not exist, or there is any
other error:
ERROR
Maximum Response Time
120 s, determined by network.
Characteristics
/
<connectID>
Integer type. Socket service index. Range: 0
–11.
<send_length>
Integer type. Length of the data to be sent. Range: 0
–1460.
<remoteIP>
String type. Remote IP address (must be dot format). It is valid only when
<service_type>
is "UDP SERVICE".
<remote_port>
Integer type. Remote port. It is valid only when
<service_type>
is "UDP