TCP/IP

4-30 AT Commands Reference Manual June 30, 20 08

// send a data from terminal to G24 via RS232 communication port:
GPRS is the new packet-oriented data se
rvice for GSM. Soon it will be possible
to take advantage of the features provi
ded by GPRS for Internet Access like fa
st connection set-up, volume based char
ging etc…
// switch G24 to pseudo-command mode:
+++
OK
// check socket status
AT+MI POD M=?
+MIPODM 1,1
OK
// receive incoming from Network data indication (18 bytes of data comes):
+MIPDATA 1,18
// restore Online Data Mode and receive incoming from Network 18 bytes of data:
ATO
OK
CONNECT
abcdefghijklmnopqr
// switch G24 to pseudo-command mode:
+++
OK
// close the socket:
AT+MIPLOSE=1
+MIPCLOSE: 1
OK
// close the link:
AT+MIPCALL=0
+MIPCALL=0
NO CARRIER
OK
Multi-point Data Transfer Example
AT+MIPCALL=1,"orange","test","test"
OK
+MIPCALL: 172.17.242.86
AT+MIPOPEN=1,1001,"172.17.238.44",1001,0
OK