Hi i am trying to make a program that can get information form a magnetic card reader to fill in a text box like an id and/or password. or make a new account. i am using a MagTek SureSwipe Card Reader 21040140? How can I do that????
Asked
Active
Viewed 1,857 times
0
-
1Okay, make it so! Next time ask a question. – Hans Passant Jul 16 '11 at 21:27
-
1Look into USB HID. There are a handful of .NET libraries available for this. I've worked with this very same card reader. Once you are reading the HID data, echo it out to the console and you will see that it reads the tracks as plain text. – Brad Jul 18 '11 at 14:19
1 Answers
2
Just follow these easy steps:
- Read the documentation on MagTek SureSwipe Card Reader 21040140
- If you still don't know, ask a new question about how to go about this. Make sure it has some code.

MPelletier
- 16,256
- 15
- 86
- 137