GSM/GPRS Module
M35
AT Commands Manual
M35
_AT_Commands_Manual Confidential / Released 144 /
186
Parameter
1.
<WaitTm>
and
<SendSz>
are two conditions to send data packet.
2. Firstly, if the length of the input data from UART is greater than or equal to
<SendSz>
, the TCPIP
stack will send the data by length
<SendSz>
to the remote.
3. Secondly, if the length of the input data from UART is less than
<SendSz>
, and the idle time keeps
beyond the time defined by
<WaitTm>
, the TCPIP stack will send all the data in the buffer to the
remote.
4. This command is invalid when QIMUX is 1.
11.25. AT+QISHOWPT Control Whether or not to Show the Protocol
Type
AT+QITCFG?
+QITCFG: <NmRetry>,<WaitTm>,<SendSz>,<esc>
OK
Write Command
AT+QITCFG=<NmRetry>,<WaitTm>,<
SendSz>,<esc>
Response
OK
ERROR
Reference
<NmRetry>
Number of times to retry to send an IP packet
<WaitTm>
Number of 100ms intervals to wait for serial input before sending the packet
<SendSz>
Size in bytes of data block to be received from serial port before sending
<esc>
Whether to turn on the escape sequence or not, default is TRUE
AT+QISHOWPT Control Whether or not to Show the Protocol Type
Test Command
AT+QISHOWPT=?
Response
+QISHOWPT:
(list of supported
<mode>
s)
OK
Read Command
AT+QISHOWPT?
Response
+QISHOWPT: <mode>
OK
Write Command
AT+QISHOWPT=<mode>
Response
OK
NOTES