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 a 8051 uc can be connected to PC so that whan it receive any data it could transfer to PC

hi all

please help me .
I want to connect 8051 uc to PC so that it can continuously transfer data received on it's port
to the PC.

And How can i send data from uc to GSM network using mobile phone.

Parents
  • USB is most probably the preferable way to talk with a GSM phone/module, but unless you have a processor with USB, then a normal asynchronous serial interface is the most common.

    DIY projects normally use a GSM phone, but that requires that you check if the serial connection on the phone is using RS232 signal levels, or if it is using TTL signals (3.3V, 5V or possibly something else). If using the standard cable for connecting the phone to a computer, then you know the other end of the cable will be using RS232 signal levels.

    Commercial projects normally use GSM modules instead, i.e. basically a small circuit board with a high-density connector and a tiny coaxial connector (or solder hole) for fitting the cable of an antenna.

    These modules normally interfaces using TTL levels. Many modules are making use of non-standard voltages (at least for the supply voltage) so it is imperative to read the datasheet.

Reply
  • USB is most probably the preferable way to talk with a GSM phone/module, but unless you have a processor with USB, then a normal asynchronous serial interface is the most common.

    DIY projects normally use a GSM phone, but that requires that you check if the serial connection on the phone is using RS232 signal levels, or if it is using TTL signals (3.3V, 5V or possibly something else). If using the standard cable for connecting the phone to a computer, then you know the other end of the cable will be using RS232 signal levels.

    Commercial projects normally use GSM modules instead, i.e. basically a small circuit board with a high-density connector and a tiny coaxial connector (or solder hole) for fitting the cable of an antenna.

    These modules normally interfaces using TTL levels. Many modules are making use of non-standard voltages (at least for the supply voltage) so it is imperative to read the datasheet.

Children