Questions tagged [magnetic-cards]
76 questions
0
votes
1 answer
Differentiate between Keyboard MSR and touchscreen keyboard Universal windows application in windows 10
I have a xaml page in universal windows application in windows 10. The page contains a textbox. The application uses a keyboard MSR (Magnetic Stripe Reader) for swipping of cards.
Now, when I have focus on textbox and I swipe the card in MSR, it…

Vantage
- 135
- 2
- 11
0
votes
1 answer
How to get started reading data from magnetic card with a simple bi-direction swipe magnetic card reader?
Let's say I have a USB magnetic card reader
(http://image.ec21.com/image/szttce09/oimg_GC03950917_CA03950946/Triple_Track_USB_Magnetic_Credit_Card_Reader.jpg)
I am running windows 10 on my machine. All I want to do is read data from the magnetic…

Abbas Baydoun
- 11
- 4
0
votes
1 answer
Reading and writing magnetic card reader input with Python
I am using a magnetic card reader to read input from magnetic cards. The cards have three tracks, but each track holds the same exact data on each track. When I swipe a card, the first track is written to a variable and then written to a csv file…

law10
- 13
- 1
- 4
0
votes
1 answer
Driver's license magnetic strip data format
From this wikipedia article(http://en.wikipedia.org/wiki/Magnetic_stripe_card#cite_note-14), I understand the basic data format for driver's license. It starts with the location data which looks like this: %CODENVER^
I am wondering what if the…

Glenna
- 135
- 1
- 1
- 8
0
votes
1 answer
Decoding data from Card reader
I am trying to communicate with a USB Accessory (Magnetic Strip Card reader, Model- E-Seek M250), with a Nexus 7 acting as a USBHost.
Use case : When a card is swiped , I need to get the details from the card and convert it to a user readable…

Code_Yoga
- 2,968
- 6
- 30
- 49
0
votes
0 answers
How to configure a magnetic stripe card reader to read card numbers into a C# program
I recently bought a MMSR Series Magstripe Card Reader, it has a USB interface and I have no idea how to configure it to read the information on the card.
The cards are pre programmed and seem to have a 10 digit ID, i am not sure what other…

Beckb06
- 9
- 1
- 3
0
votes
2 answers
iOS Webview app data from magnetic card reader (audio jack)
So I asked this question... stripe.js magenetic card reader php
I have a PHP POS app which can be access from the central location view a browsers, all data can be entered and its works well. Looking to make it more mobile with the use of a audio…

user2707263
- 113
- 3
- 13
0
votes
1 answer
Android: detect different magstipe card reader device in one code
I have multiple magstripe card reader devices like:
SS505
SS505 3-track
emag
uniMag
And sdks for each device is different for detecting the device.
So how am I suppose to integrate the code in one for all the devices?
And also How can I…

Kuldeep Sakhiya
- 3,172
- 1
- 18
- 17
0
votes
1 answer
How to read and write on magnetic pvc card in c#
I am new programmer using magnetic reader, and dont know how to begin coding.
Googled some links but couldn't figure out how to do it.
I am trying to develop a program where gift card needs to be generated , user swaps the card fills in details of…

user2454135
- 59
- 2
- 12
0
votes
1 answer
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).

Christopher Tarquini
- 11,176
- 16
- 55
- 73
0
votes
1 answer
Objective C - Hot Key for HID Device
All,
Thanks in advance for this. I am currently writing a mini-application for OSX in Objective C which reads from a Card Reader and runs against an API.
The Card Reader acts as a HID Device (i.e. Keyboard) and just types. I have setup Register…

Matt Clements
- 187
- 3
- 12
0
votes
0 answers
Programming a Magnetic card reader to read employee number
I am trying to program a Magnetic card reader and I do not know where to start. I have done research but there does not seem to be much out there.
Can I connect the card reader to the computer and program it through a IDE like eclipse?
What…

CommonKnowledge
- 769
- 1
- 10
- 35
-1
votes
1 answer
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 these cards are encoded when posting to a certain…

re1man
- 2,337
- 11
- 38
- 54
-1
votes
1 answer
Maestro Credit Card: Pulling information from MSR dump (Any language)
We have a system that allows you to scan your credit card on a MSR and from the dump I pull the needed fields such as name/cc/exp. Recently we had to add globalized credit cards to this. For almost all of the card provided, I was able to still…

Anthony Greco
- 2,885
- 4
- 27
- 39
-2
votes
2 answers
Programming Language that capable of reading card swiping
Basically i have 0 experience in doing this.
I would like to ask for some basic stuffs for creating a system that could read card swiping.
What should i bear in mind and what should i prepare for?

user3226422
- 1
- 1