some more questions.
I guess that with the following format for the LCD
DEFINE LCD_DREG PORTB
DEFINE LCD_DBIT 4
DEFINE LCD_RSREG PORTB
DEFINE LCD_RSBIT 2
DEFINE LCD_EREG PORTB
DEFINE LCD_EBIT 3
DEFINE LCD_BITS 4
DEFINE LCD_LINES 2
i can only use the LCDOUT command and not the SEROUT2.
In case that i use for the pic16f628a the RB0 for the RFID READER then for the LCD can i use PORTA?
Then i would need also some help in the command to transfer it from the following
Serout2 porta.0,84
to the LCDOUT.
Bookmarks