-
Magtek Magstripe Card Readers
I am trying to write a program in VB.net to read from a Magtek Magstripe Card Reader. Has anyone been able to get the stripe info from one?
-
Probably, but not without some help from the vendor.
Do they have an SDK that you can get your hands on?
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
-
All I can find is a sample application.
-
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
-
I have no experience with HID devices so it really doesn’t help.
-
First try this: connect your reader to the usb port, then open Notepad and leave Notepad as the focused application; then swipe a card through the reader. If you see text in Notepad, then the reader emulates a keyboard and you need to receive the data via a texbox or other control in .Net that can receive keystrokes and generate text. Then the trick is to set the Focus of the textbox in the .Net application so that it will receive the reader data and process it.
The other option is to obtain a reader that outputs RS-232C through either a standard COM (DB9) connector, or via USB and the vendor's USB-COM Port driver software.
Steve
-
I need to be able to use it when the windows doesn’t have focus. So the keyboard interrupter will not work.
-
Then you will need a serial port device that can be monitored with the .Net SerialPort object; or you can try to find some HID .Net interfaces (Google USB HID .Net) that you can use with your application. MagTek makes a serial port interface version of the Full Size Swipe reader.
Steve
Similar Threads
-
By thomastl in forum Java
Replies: 1
Last Post: 03-29-2009, 11:49 AM
-
By thomastl in forum Java
Replies: 4
Last Post: 01-22-2007, 02:45 AM
-
Replies: 17
Last Post: 05-24-2006, 06:13 AM
-
By Dark Rain in forum Java
Replies: 2
Last Post: 11-06-2005, 04:45 PM
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks