Example:
AT+MIPSETS=1,340 //Asks the Module to accumulate 340 bytes on socket 1 prior to
sending (socket should be activated by the +mipopen command)
+MIPSETS: 0
OK
AT+MIPSETS=2,400 //Asks the Module to accumulate 400 bytes on socket 2 prior to
sending
+MIPSETS: 0
OK
AT+MIPSETS=?
+MIPSETS: (1-4),(1-2048),(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 Module 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
This command causes the Module 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. Before sending data, a valid
connection must be created using the +MIPCALL and +MIPOPEN commands.
Recommends that the terminal sets the watermark in the accumulating buffer prior to this command,
using the +MIPSETS command. By default, the watermark is set to 2048 bytes of data.