GSM/GPRS Module
M35 AT Commands Manual
M35_AT_Commands_Manual Confidential / Released 148 /
186
Parameter
1. This command is invalid when QIMUX was set as 0 by the command
AT+QIMUX=0
.
2. This command could be affected by the command
AT+QISRVC
. If the QISRVC was set as 1, this
comman
d is used to query the information of sending data during the session in which M35 serves as
a client. If the QISRVC was set as 2, this command is used to query the data information for sending
during the session in which M35 serves as a server.
11.30. AT+QINDI Set the Method to Handle Received TCP/IP Data
Parameter
<n>
The index for querying the connection
<sent>
A numeric indicates the total length of the data that has been sent through the session
<acked>
A numeric indicates the total length of the data that has been acknowledged by the remote
<nAcked>
A numeric indicates the total length of the data that has been sent but not acknowledged by
the remote
AT+QINDI Set the Method to Handle Received TCP/IP Data
Test Command
AT+QINDI=?
Response
+QINDI:
(list of supported
<m>
s)
OK
Read Command
AT+QINDI?
Response
+QINDI
:
<m>
OK
Write Command
AT+QINDI=<m>
Response
OK
ERROR
Reference
<m>
A numeric indicates how the mode handles the received data
0
Output the received data through UART directly. In the case, it probably includes
header at the beginning of a received data packet. Please refer to the commands.
AT+QIHEAD
,
AT+QISHOWRA
,
AT+QISHOWPT
,
AT+QISHOWLA
1
Output a notification statement “
+QIRDI: <id>,<sc>,<sid>
” through UART. This
statement will be displayed only one time until all the received data from the
connection (defined by
<id>,<sc>,<sid>
) has been retrieved by the command
NOTES