better way
As always I looking for a better way, I know this is NOT the way a real programmer would do it
thanks
PBP 16F676 TO 16F676 TO LCD
THE MANUAL SAYS
‘ Wait until the character “A” is received
serially on Pin1 and put next character into B0"
WHATS THE BEST WAY TO SEND "GROUNDED" FROM ONE PIC TO PIC TO LCD
THIS WORKS BUT THINKING THERE MITE BE A BETTER WAY
TX
SEROUT PORTA.0,N2400, ["GR"]
RX
SERIN PORTA.0,N2400,["G"],B0
IF B0="R" THEN LCDOUT $FE,1,"GROUNDED"
" be nice it's people like me that make people like you look smart"
yes I read the datasheet, of the 300 pages I understood 10
Bookmarks