Quote Originally Posted by manwolf View Post
Code:
Define  LCD_RSREG       PORTB
Define  LCD_RSBIT       4

        Low PORTB.4     ' LCD R/W line low (W)
No luck with the 887 PortB.4 LED lights and stays on, but if I change to 16F84 it works fine so I know I'm not too crazy.
So, is PortB.4 the RS pin or the R/W pin?