• write to serial-port of the 8051 :-(
    Hello, i have a Question and hope that somebody can help me. I would like to write the PSW and maybe the Register after every Instruction/Change to the Serial-Output of the 8051. Is that somehow...
  • 2input serial port with 8051
    I have a problem with interfacing two serial port with 8051 microcontroller. I have to use bar code reader and RF reciver and transmitter which both of them interfaced serially. I am thinking to add...
  • printf serial port 8051
    Hi. Why does TI need to be set before printf is called. TI = 1; printf("Hello world\n"); Whereas in assembly TI should be cleared before a char is put in SBUF, so it can be tested to see if...
  • 8051 Serial port
    Does anyone know how to cancel the transmission just after a write to SBUF ?
  • 8051 chrono, lcd, serial port
    hi i want to make a program in C to perform a chronometer, the start value must get it from the serial port and print the count in the LCD. can any one help me?