Seeking help: RFID Reader Visual Basic
RFID93
Posts: 2
Hello, all! I'm new to these forums and to RFID technology and visual basic programming. I'm currently working on a project where I want to use the RFID reader to track items of clothing. The reader would be attached to the opening of a bin and the user would swipe their clothing tag past the reader every time they placed it in the bin or removed it from the bin. I've already purchased the USB reader and tag set from Parallax and have the source code provided by Chris Savage on the forums. I'm looking to start with this code and modify it to satisfy my purposes. This is where I'm not sure exactly how to proceed.
I have experience with taking some programming courses, but this project is my first introduction to visual basic. Here are descriptions of what the current program is able to do and what my goals are in modifying the program:
I'm hoping to recieve some advice on the easiest ways to modify Chris Savage's source code to meet my needs or even alternative resources I should be looking into to help me towards my goals. Thank you so much for taking the time to read this and any assisstance you may provide.
I have experience with taking some programming courses, but this project is my first introduction to visual basic. Here are descriptions of what the current program is able to do and what my goals are in modifying the program:
- Currently the read out displays a tag ID as such: 4900EAEE40. I would like the output to display a string such as "blue socks" whenever a tag is swiped. Is there a way I can set each unique tag equal to a description of what clothing item it represents?
- A big component of my project is that the user can look to see when their clothing item is in the bin. The current source code compiles a list of the tag IDs and will repeatedly output an ID each time the tag is swiped. Instead I would like to make it so that the program recognizes when a tag is being swiped into the drawer and when it is being swiped out. I don't know if I could base this on whether the tag has been swiped an odd or even amount of times?
- The ultimate goal was to have this program work simultaneously with multiple bins so that it would recognize which bin your clothes are currently stored in. To do this, I would need the program to be accessing multiple com ports at once and storing the inputted data (tag IDs) in the corresponding bins, so that the user could later ask for the location of their red shirt and be told which bin they last placed it in. This goal has since fallen lower on the priority list as it seems to be beyond my skill level and available time.
I'm hoping to recieve some advice on the easiest ways to modify Chris Savage's source code to meet my needs or even alternative resources I should be looking into to help me towards my goals. Thank you so much for taking the time to read this and any assisstance you may provide.
Comments