Home › Forums › Microcontrollers › PIC Microcontroller › Interfacing Relay and LCD with PIC 16F877A – Coding Help › Reply To: Interfacing Relay and LCD with PIC 16F877A – Coding Help
November 15, 2016 at 7:39 pm
#13113
Ligo George
Keymaster
For interfacing LCD you can use our LCD library. Check the following link for that.
Interfacing LCD with PIC Microcontroller – Hi-Tech C
For relay interfacing coding is very simple. It is similar to controlling an LED. But in hardware you need to use a relay driver like ULN2803 IC or a simple transistor. Please refer the following link for that.
Interfacing Relay with PIC Microcontroller – MikroC Pro
You can easily code it for Hi-Tech C as the coding is very simple.