HI
Any one used GPRS on 8051.. my requirement is simple.. I just need to send some data from 8051 to one of internet website using GPRS. I am planing to connect GSM/GPRS mobile to 8051 on serial port
Thanks Pankaj
You will need a GPRS module or modem.
Your GPRS module/modem neither knows nor cares what is connected to it - just so long as it does whatever the documentation tells you.
Note that the 'P' in "GPRS" stands for Packet, so you will need a TCP/IP stack - either embedded in the modem, or implemented on the 8051.
Search here and at http://www.8052.com/forum for "GSM" and "GPRS", etc...
http://www.keil.com/tcpip/