Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to read RFID by asp .net using vb code.

What I have tried:

I need code to read rfid card using rfid device using asp.net
Posted
Updated 28-Sep-22 21:54pm

Start with the manufacturers of RFID reader: they will probably provide sample code on their website, or if not, they will at least provide documentation and tech support.

If they don't give you any of this, find another supplier!
 
Share this answer
 
You've mentioned ASP.NET, so you need to be aware that your VB.NET code will be running on the server.

If you try to access a hardware device via VB.NET code in an ASP.NET application, that device will need to be connected to the server.

If the device is connected to the client, then your VB.NET code will not be able to access it. And it's unlikely that your Javascript code running on the client will be able to access it either.
 
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