Beginner so be patient. Using MPLAB 8.33, Pickit2 Demo board, and PicBasicPro DEMO compiler (trying to decide whether I should buy PRO or go C). Have Parallax Serial LCD #27977. Trying to write basic code to LCD module with little success.
ansel = 0
Define OSC 4
N2400 CON 4
High Portb.7
pause 500
Serout portb.7, N2400, ["Hello World"]
End
LCD module power separate with 5v supply, baud rate jumpers set correct.
No back light comes on, no visible character appears.
Using PICF690 with demo board. Portb.7 listed as serial transmission port.
LCD module has +5, Grd and Rx pin which I connected to portb.7
Have tried different baud rates and use 8mhz . According to info I gathered this should work. Any comments, offerings appreciated.
Bookmarks