ON 20041012@12:20:24 AM at page:
http://piclist.com/techref/member/VN-yahoo-8/index.htm#38272.0141550926
bert botha[bj-hotmail-] Says
Hi Valerie,
Looking at your spec for the SIPO chip, this is eight bit out. I used the 74LS195AN which is four bit out.
You can modify the code for using a word instead of a nibble by changing the following lines:
Remove the label SERIAL1
Change MOVLW 0x04 to MOVLW 0x08
Delete all CALL SERIAL1 lines in the program
Otherwise, use the LS196AN and don't forget to wire the lower nibble of the LCD low.(Otherwise they will float and give false inputs)
If this does not help, contact me again.
Good luck!