LCD Projects

Wiring the HD44780

Interfacing PIC18F4520 microcontroller with an HD44780 LCD

Introduction Being able to display data from a microcontroller visually has many advantages. It allows for menus, status indicators, and instructions to be intuitively shown to users. When paired with an LCD, a microcontroller becomes a powerful tool for building interactive electronic devices and systems. One excellent combination is interfacing an HD44780 LCD with PIC18F4520 […]

Interfacing PIC18F4520 microcontroller with an HD44780 LCD Read More Β»

Serial Data Received from PC and Displayed on 16x2 Using USART of Pic16f877 Microcontroller

Serial Data Received from PC and Displayed on 16×2 Using USART of Pic16f877 Microcontroller

Here is a simple tutorial on how to receive serial data from PC(Personal Computer) Hyperterminal and display it on 16×2 lcd using PIC16f877 microcontroller. Its not much difficult you just need to know how to use USART(Universal Syncronous-Asyncronous receiver transmitter) of PIC 16f877. Serial data is transmitted and recived by PC using DB-9 OR DB-25

Serial Data Received from PC and Displayed on 16×2 Using USART of Pic16f877 Microcontroller Read More Β»