Microcontroller › 8051 › To program a typewriter based on RS232 link from PC to 8051 › Hi thereThis is a simple one,
October 12, 2016 at 5:16 am
#14194
GANEEV SINGH
Participant
Hi there
This is a simple one, you need something that could bridge the gap between PC and 8051 like USB-serial converter (easily available online). Next you need a serial monitor software that would trasnfer the characters, typed through PC, to the microcontroller. Also write down a code to receive it at the microcontroller side using USART communication protocol. Now use these received characters and display them over LCD.
Hope this helps