Hello,
I have read some documents about AT command for GPRS, but I don't find how to
send data using GPRS.
In these documents they specify how to connect your modem to the network using the AT command (see example below).
I think generally all modem contain the stack TCP/IP, but I don't know which command using to send data through the GPRS.
Could you please help how to send data with the modem using GPRS.
Thank you
here's an example explaining the at commands but they don't specify how to send data or as he say data transfert
AT +CGCLASS=”CG”
OK
+CGREG: 1
AT +CGDCONT=1, "IP", "internet"
OK
AT +CGQREQ=1,1,4,5,2,14
OK
AT +CGQMIN=1,1,4,5,2,14
OK
AT +CGATT=1
OK
AT +CGACT=1,1
OK
//Remark about +CGDATA : the goal of this command is the same than ATD*99*** so, the best will be to use only
//ATD*99***
AT +CGDATA=1
CONNECT
…….
Data transfert
…….