Miscellaneous › Others › Internet connectivity using GSM modem › this is the code it may
June 11, 2013 at 8:17 am
#9943
RANJAN KUMAR
Participant
this is the code it may helpful to you
For my project i want to send some data with length of 100 char every 5 second to remote server by SIM300 GPRS, I can do it by normal data mode like this:
AT+CDNSORIP=1^crlf
at+cipstart=”TCP”,”www.gpstracking.somee.com”,”80″^crlf
at+cipsend^crlf
Connection: Keep-Alive^crlf
^crlf
ctrl+z