Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,
I want ask that, how can I read rfid card information in visual studio 2013 without a button OPTION ? I mean we can read the card ID in Arduino program and then we connect aduino with visual studio. Now we can read the card ID in visual studio 2013 but the user have to push the button and then read the card but we want that the user come and he/she see 'please read the card' on the display screen. Then read the card and see the information on the display. I would be very pleased if you can help me. Thank you.
Posted
Updated 15-Oct-16 19:00pm

1 solution

You should have a look at this tutorial Interfacing of RFID RC522 with Arduino , they have interfaced Arduino with RFID and then printed the data on Serial Port.

Next thing you need to do is to get this Serial data in Visual Studio, you can check this tutorial on How to use Serial Port in VB2010. Using it get this Serial data and then print it in your GUI.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900