We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
my project is transferring image from camera module to the pc via gsm/gprs.. first can transmit from camera module to aurdino using uart as interface.. my doubt is how to transfer image from aurdino to pc via gsm?? help me...
GPRS = General Packet Radio Service
Specifically, the Packet service is almost invariably IP
Most (all?) GPRS modules these days have the IP stack built in, and you control it using AT Commands.
You need to study the Documentation for your intended GPRS module(s) for specific details.