Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
59 views

Java: need to get input line while in a GUI, is only working in console

My friends and I have written a program in Java with a GUI, made for touchscreen terminals with no keyboard/mouse. Everything occurs within the GUI, and most of the input is button presses. We want to ...
1
vote
2answers
277 views

How do I parse magnetic strip card data input in Java Swing textbox?

I'm trying to write an application which will search and retrieve a user's profile using data using an id key found using a scanned barcode or embedded in a magnetic strip card's data. The latter one ...
1
vote
1answer
125 views

Wait Serial response from magstrip card

I'm new programing in Python, and what I need a little help with this little aplication. I write a little aplication that generate a random code and write it to the magstrip card. The card reader ...
1
vote
1answer
698 views

How to read from Msr (Magnetic Stripe Reader) directly in HID mode (not keyboard) without its OPOS driver or POS for .NET framework?

I have HP USB MINI MSR (Magnetic Stripe Reader) works by default in HID (Human Interface), and not in HID-KB (Keyboard mode). I need some way to access the data read by the MSR directly without using ...
1
vote
0answers
123 views

How data is stored on magnetic cards?

Hi I have some information about current system(these magnetic cards control the building access) and need to reverse engineer the way the software store data on the cards to make something with more ...
0
votes
1answer
90 views

Send magnetic stripe info from id card to web service and API to process this

Maybe someone could enlighten me on this subject, Im looking into if regular credit card machines (they should be able to) could read id cards (any card with a magnetic stripe). I was wondering how ...
0
votes
0answers
53 views

Windows not recognizing magnetic stripe reader [closed]

I am trying to get a magnetic stripe reader to work. It uses kb wedge, but since my laptop does not have a kb wedge I have connected it using usb adapter. But windows is not recognizing this device ...
0
votes
1answer
296 views

Use Magnetic Card Reader With Visual Basic 2010 [closed]

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 ...
0
votes
1answer
305 views

How to write nothing in this track here? [closed]

From the manual above: I am writting to magnetic stripe card which have 3 tracks. I use C#.net programming interface to talk with RS232 interfaced Magnetic card reader/writer. I can write to track ...
0
votes
1answer
373 views

Encryption algorithm published with MSR606 Magnetic Stripe Card Reader/Writer Programmer's Manual

I have the following manual for MSR206 Progammers. http://www.ylk-ic.com/MSR606%20Programmer%27s%20Manual.pdf In the given manual, ABC123 has been converted to C5B07814954E3E2A and 12345 has been ...
0
votes
2answers
595 views

catch input from a magnetic card reader to a variable

I can't seem to find a way to catch the input of a magnetic card reader. When it swipes, the input gets into active text editor, like say a notepad. Unfortunately, the focus on textbox field won't ...
0
votes
4answers
285 views

linux background card swipe reader

I currently have a USB card swipe attached to an embedded linux machine and from what I can tell and from what I have researched it acts as a keyboard, and inputs all the data as if I were typing. Now ...
0
votes
1answer
380 views

Reading/Writing Magnetic Striped ID Cards in Linux

How would I accomplish this? Is there a specific brand of card reader/writer that works easily with linux and windows (linux being more important as I need to deploy these to cheap kiosks).