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

About SBUF

Hi, in a serial communication program, do I have to "SETB P3.0" in order to receive from the serial port ??

Parents
  • "how the 8051 Quasi-Bidirectional port pins work"

    for signaling purposes (low current), you can easily write all your code, pretending that there is a direction register on the 8051. for example, all the code I have written sets a _DDR register, even for 8051.

    this allows me to write code that works for a variety of chips, including the 8051.

Reply
  • "how the 8051 Quasi-Bidirectional port pins work"

    for signaling purposes (low current), you can easily write all your code, pretending that there is a direction register on the 8051. for example, all the code I have written sets a _DDR register, even for 8051.

    this allows me to write code that works for a variety of chips, including the 8051.

Children