I'm trying to use my LCD (PIB-216) with the USART.
According to the data sheet the TX output is RC6.
I tried this code but I only see garbage. Maybe the codes I send ae wrong.
Please advice.
Code:DEFINE HSER_TXSTA 24h DEFINE HSER_SPBRG 25 ' 9600 Bauds PAUSE 2000 HIGH PORTD.7 HSEROUT [254,128,65,65] END
Bookmarks