M10 AT Commands Set
M10_ATC_V1.01
- 140 -
OK
Execution
Command
AT+QISEND
response”> ”, then
type data to send,
tap CTRL+Z to
send, tap ESC to
cancel the
operation
Response
This Command is used to send changeable length data.
If connection is not established or disconnected:
ERROR
If sending successfully:
SEND OK
If sending fail:
SEND FAIL
Note
1 This Command is used to send data on the TCP or UDP connection that
has been established already. Ctrl-Z is used as a termination symbol. ESC is
used to cancel sending data.
2 There are at most 1460 bytes that can be sent at a time.
3 This command is invalid when QIMUX is 1 (refer to AT+QIMUX).
Write Command
AT+QISEND=[<
index>,]<length>
Response
This Command is used to send fixed length data or send data on the given
socket (defined by <index>).
If connection is not established or disconnected:
ERROR
If sending successfully:
SEND OK
If sending fail:
SEND FAIL
Parameter
<index> the index of the socket to send data. This parameter is
necessary only if AT+QIMUX was set as 1 (refer to
AT+QIMUX). When AT+QIMUX was set as 0, the
parameter have to be omitted.
<length>
a numeric parameter which indicates the length of sending
data, it must less than 1460
Reference
Note
1. There are at the most 1460 bytes that can be sent each time.
2. Set the time that send data automatically with the Command of
AT+QIAUTOS.
3. Only send data at the status of established connection, otherwise
Response ERROR
7.2.3 AT+QICLOSE Close TCP Or UDP Connection
AT+QICLOSE Close TCP Or UDP Connection
Test Command
Response
Quectel