News

The provided code is a C program for interfacing a 16x2 LCD (Liquid Crystal Display) with an 8051 microcontroller. The 8051 microcontroller is a popular 8-bit microcontroller widely used in embedded ...
Interfacing 16X2 LCD with 8051 Microcontroller: LCD: 16×2 Liquid Crystal Display which will display the 32 characters at a time in two rows (16 characters in one row). Each character in the display of ...
In this tutorial we are going to connect 16X2 LCD module to the 8051 microcontroller (AT89S52). Interfacing LCD with 8051 microcontroller might look quite complex to newbies, but after understanding ...
A serial interface is a more efficient and flexible way to connect a microcontroller to an LCD display. It uses only one or two pins to send data and commands in serial, bit by bit.
The project illustrates the serial interfacing of Hitachi compatible 2×16 LCD modules with PIC16F84 or PIC16F628 microcontroller unit. Before doing serial interfacing LCD with PIC microcontroller, it ...
The given code is for interfacing a 16x2 alphanumeric LCD (Liquid Crystal Display) with an 8051 microcontroller. The 8051 microcontroller is a popular 8-bit microcontroller widely used for various ...
In this part of the code we are receiving the output of the EM-18 RFID reader through serial interface of 8051 microcontroller and stored in a variable. Count is used to keep track of number of bytes ...