Hello all,
I am trying to test my LCD. I am using Demo Version of PBP and it will not allow me to use Include Files.
If someone can compile the program below so that i may test my LCD i would appreciate it...
Once i test my board Fully and know the PBP works i will purchase...
also, if someone could even let me know if the program below will even work I would appreciate that too. I am using a Parallax 4x20 LCD @ 9600 Baud. I am using a PIC16F876A device.
Thanks,
Gary D.
INCLUDE "modedefs.bas"
SEROUT PORTA.5,N9600,["Hello World"]
Bookmarks