This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to use GPRS on 8051

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

Parents
  • 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...

Reply
  • 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...

Children