• 8051 serial port
    i want to set the baud rate of AT89S52 to 9600 to connect to a wireless module that work on the same baud rate . The output should be any number from 1 to 9. This is my code for the serial port, but...
  • 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...
  • 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?