I ordered the SparkFun 20x4 SerLCD to use for a PIC16 microcontroller project. I’m using the PIC16F to squire some sensor data, and want to display the data to the LCD.
I have the LCD powered through my PIC debugger, and have a single wire going from the serial RX1 pin of the SerLCD to the UART transmit pin of my PIC16F1619 controller. I’ve got everything on the PIC side configured through the IDE configurator.
Now, I’m a bit lost as how to send commands to the SerLCD controller from the PIC16. I’ve dug around the Arduino libraries, but as this is my first embedded project, I’m unsure of how to adapt the Arduino code for PIC16.
Can anyone point me in the right direction for sending characters from the PIC16F over UART to the SerLCD?
Thanks for reading!