RFID displayed on LCD
chasing
Posts: 14
I am working on a RFID project using a BOE board with a BS2. I am using the 27977 2x16 backlit LCD screen and the serial RFID reader. I want to display "Welcome [the name associated with a valid tag]" on the LCD screen if it is a valid tag. I'm not sure how to write that part of the code.
I think this is how it should start:
SEROUT 3, 84, ["Welcome", 13, ]
Could someone please help me? Thank you.
I think this is how it should start:
SEROUT 3, 84, ["Welcome", 13, ]
Could someone please help me? Thank you.
Comments
I added an LCD to display the RF ID tags to my post of yesterday. You can download that code and copy and paste what I did for the LCD onto your code. Here's the post link.
http://forums.parallax.com/showthread.php?128067-RFID-and-hot-cold-spots
Thank you for the reply as well as posting your code. I am new to using RFID modules and LCD displays. My experience up to this point has been with basic BOE-Bot coding. I am working on the code for my project while waiting for the modules to come in the mail.