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

Bluetooth Communication

Do u all have any idea using Bluetooth to communicate with 8051 since bluetooth support virtual serial port. Don't u all think it is cool for this?

Parents
  • Bluetooth is irrelevant to the 8051.

    All the 8051 knows is that it's sending data to its serial port, and receiving data from its serial port - it neither knowns nor cares nor has any need to know or care where the data goes to from the serial port, or how it gets into the serial port.

    It makes absolutely no difference whatsoever to the 8051 whether the data is going over a direct wired link, or a PSTN modem, or a GSM "modem", or a GPRS "modem" or Bluetooth, or anything else.

Reply
  • Bluetooth is irrelevant to the 8051.

    All the 8051 knows is that it's sending data to its serial port, and receiving data from its serial port - it neither knowns nor cares nor has any need to know or care where the data goes to from the serial port, or how it gets into the serial port.

    It makes absolutely no difference whatsoever to the 8051 whether the data is going over a direct wired link, or a PSTN modem, or a GSM "modem", or a GPRS "modem" or Bluetooth, or anything else.

Children