Shop OBEX P1 Docs P2 Docs Learn Events
RFID displayed on LCD — Parallax Forums

RFID displayed on LCD

chasingchasing Posts: 14
edited 2010-12-21 15:05 in BASIC Stamp
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.

Comments

  • WolfbrotherWolfbrother Posts: 129
    edited 2010-12-19 09:05
    Hi,

    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
  • chasingchasing Posts: 14
    edited 2010-12-20 04:15
    Wolfbrother,

    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.
  • WolfbrotherWolfbrother Posts: 129
    edited 2010-12-21 15:05
    Just happy to help, these forums have been so helpful to me while I am using Parallax stuff. Good luck with your project.
Sign In or Register to comment.