Chapter 3: AT Commands Reference
June 30, 2008 AT Commands Reference Manual 3-409
+MIPDATA, Network Incoming Data Unsolicited Indication in Pseudo-command Mode
This unsolicited event is sent to the terminal indicating a data comes from Network when G24 is
in pseudo-command mode.
Note: Pseudo-command mode is a special mode, allowing the user to enter AT commands from
terminal, when actually opened in Online Data Mode socket suspended. The way to
suspend the socket is to enter ESC sequence from terminal. The way to resume the socket
(return to Online Data Mode) is to enter ATO command from terminal.
Syntax
+MIPDATA: <Socket ID>,<Number of received data bytes>
The following table shows the MIPDATA parameters.
Example
+MIPDATA: 1,1372
MIPXOFF, Flow Control - Xoff
This command is the unsolicited response that the G24 sends to the terminal to stop sending data
when it does not have enough memory to process new +MIPSEND requests. The G24 uses the
accumulating buffer prior to pushing data into the protocol stack. This memory resource is
protected by a Xoff_upper watermark.
Event
+MIPXOFF: <Socket ID>
Example
+MIPXOFF: //The G24 detects that the accumulating buffer 1 has reached its Xoff
watermark.
From this point, the terminal is not allowed to send data, until it receives the +MIPXON
command.
Table 3-273: MIPDATA Parameters
<Parameter> Description
<Socket ID> Identification Number of Socket:
1,2,3,4
<number of received data bytes > Amount of data in bytes, received from Network, when
G24 is in pseudo-command mode.