How to develop a C code using AT commands for transferring the data between GPRS modem and Remote server by setting up a TCP connection to the webserver.............The GPRS modem is interfaced with an ATMEGA 16A microcontroller...................Please help...............
first of all bring your GPRS connection up by setting PRIMARY SECONDARY DNS, APN etc. and then use following
AT+CIPSTART=”TCP”,”ip to send to”,”port number to be used”
AT+CIPSEND
> type data to send and press Ctrl Z at end