Chapter 3: AT Commands Reference
December 31, 2007 AT Commands Reference Manual 3-395
Example
AT+MIPSETS=1,340//Asks the G24 to accumulate 340 bytes on socket 1 prior to sending (socket should be
activated by the +mipopen command
+MIPSETS: 0
OK
AT+MIPSETS=1,200//Asks the G24 to accumulate 200 bytes on socket 1 prior to sending (socket should be
activated by the +mipopen command)
+MIPSETS: 0
OK
AT+MIPSETS=2,400//Asks the G24 to accumulate 400 bytes on socket 2 prior to sending
+MIPSETS: 0
OK
AT+MIPSETS=?
+MIPSETS: (1-4),(1-1372),(0-1000)
OK
AT+MIPSETS?
+MIPSETS: 1,200,0//Information provided only for active sockets
+MIPSETS: 2,400,0//Information provided only for active sockets
OK
AT+MIPSETS=1,200,50//Asks the G24 to send all accumulated data after 50 msec of receiving
data in mipsend command.
MIPSETS: 0
OK
AT+MIPSETS?
+MIPSETS: 1,200,50
+MISETS: 2,400,0
OK
+MIPSEND, Send Data
This command causes the G24 to store the data that the terminal provides in the accumulating
buffer, and then send this data using an existing protocol stack when the amount of data reaches
the predefined amount (see “+MIPSETS, Set Size and Timeout for Automatic Push” on
page 3-394). Before sending data, a valid connection must be created using the +MIPCALL and
+MIPOPEN commands.