Hi all,
I have a serial LCD connected to a 16F88. I can get things to display on the LCD if I write the code like:
But I am lost on how to get a variable to display.Code:SEROUT2 lcd,396,[$FE,1,"Test"]
The end result I'm looking for is getting an RFID tag number from a reader and display that tag number on the lcd. I'm using a parallax RFID reader.Code:SEROUT2 lcd,396,[$FE,1,variable]
Thanks for any help,
Josh
Bookmarks