This is what I tried:
The LCD then displays a three digit display but it's symbols and not anything readable.Code:buf VAR BYTE(10) 'Tag code stored as word SERIN2 rx,396,[STR buf\10] SEROUT2 lcd,396,[$FE,$C0,STR buf\10]
This is what I tried:
The LCD then displays a three digit display but it's symbols and not anything readable.Code:buf VAR BYTE(10) 'Tag code stored as word SERIN2 rx,396,[STR buf\10] SEROUT2 lcd,396,[$FE,$C0,STR buf\10]
Bookmarks