• 8051 + Serial to parallel + LCD
    I m trying to connect a parallel LCD with microcontroller serial port via serial to parallel converter. LCD shows random cursor blinking on different points
  • Serial port, LCD and Keyboard interfacing.
    Hello all, I want to interface 8051(actually, 89c51) to LCD display (any), Keypad and also to temerature sensor+ADC assembly. I would be glad if someone please helps. Regards, Ashish.
  • 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...