languer
Active Member
languer submitted a new article:
Simple Serial LCD - Creating a serial LCD can be very useful for quick debugging; as well as projects requiring LCD sup
Read more about this article...
Simple Serial LCD - Creating a serial LCD can be very useful for quick debugging; as well as projects requiring LCD sup
Creating a serial LCD can be very useful for quick debugging; as well as projects requiring LCD support with minimal interface. The circuit presented here may not satisfy all needs, but it should serve as a good starting point for further work.
How does serial LCD interface work?
It is quite simple really. Using a microcontroller with a built-in HW UART, the information form the HW UART is received and passed on to the LCD using 4-bit control. The LCD is a standard 2x16 character...
Read more about this article...