Technical information

Table Of Contents
GPRS/EDGE
3-310 AT Commands Reference Manual January 31, 2007
Enter invalid command format:
AT+MIPODM
ERROR
Check opened in Online Data Mode socket state when G24 is pseudo-command mode:
AT+MIPODM?
+MIPODM: 3,1
OK
Listen socket over TCP:
AT+MIPODM=1,1100,"0.0.0.0",0,0 // Listens to any port at any IP.
OK
+MIPODM: 1,1,122.221.32.64,1200 // Remote side connected to the listen socket.
AT+MIPODM=3,3212,"122.1.222.134",0,0 // Listen to any port at specific IP.
OK
+MIPODM: 3,1,122.1.222.134,1222 // Remote side connected to the listen socket.
+MIPCLOSE, Close a Socket
This command causes the G24 to free the socket accumulating buffer and to close the socket.
Note: All data stored in the accumulating buffer will be lost. Refer to “+MIPSETS, Set Size for
Automatic Push” on page 3-312 and “+MIPPUSH, Push Data into Protocol Stack” on
page 3-314.
Command
Type
Syntax Response/Action
Set
+MIPCLOSE = <Socket ID> OK
+MIPCLOSE: <Socket ID>[,<
number_of_acknowledged_bytes >]
or:
ERROR
Read
+MIPCLOSE? +MIPCLOSE 1234
+MIPCLOSE: [<socket ID>] - for all ACTIVE
sockets.
Test
+MIPCLOSE=? +MIPCLOSE 1234
+MIPCLOSE: [<socket ID>] - for all ACTIVE
sockets.