Click here to Skip to main content
15,902,939 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone, please help. how do i get the card number from a Proximity Card Reader using Windows Form in C#.store the card number in a variable.. Thanks in advance...


Really really need your help............this is my first time to have this project. :-(
Posted
Updated 8-Jun-11 18:27pm
v2

1 solution

You're going to the documentation on the hardware and any SDK provided by the manufacturer of it. How you do this is going to be determined by any interface the device exposes and through any drivers for it.

There is no class in the .NET Framework that's going to handle this for you.
 
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