Questions tagged [cardreader]

70 questions
17
votes
3 answers

Is there a JavaScript (or other) library to read driver's licenses?

I'm working on a JavaScript project that involves reading credit cards and driver's licenses from a USB magnetic stripe reader in keyboard emulation mode. It turns out getting credit cards working was extremely easy, as they're all in the same…
Dan Tao
  • 125,917
  • 54
  • 300
  • 447
12
votes
1 answer

wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)

I have this strange exception saying wrong ELF class but the wrapper is set correctly. To read Belgiun ID card using this SDK from belgiun ID card issuers official site:…
user285594
7
votes
8 answers

How to Connect External NFC Card Reader to Tablet

Right now I am having Tablet having OS Android 2.3.3 instead of NFC phone,so I need to connect External card reader to tablet.Please tell me which card reader should I prefer and any driver needed to connect card reader to tablet. The inbuilt NFC…
Sachin D
  • 1,370
  • 7
  • 29
  • 42
7
votes
2 answers

Kiosk software guidance

I need to develop a kiosk system. The only payment option will be a credit card/debit card. The kiosk need to be networked with another PC. For example, if a customer orders something on the kiosk, it needs to be sent to a another pc where a store…
linux fanatic
  • 551
  • 1
  • 6
  • 8
4
votes
1 answer

AudioServicesPlaySystemSound not working in iphone while card-reader is plugged in

I am using a card reader for iPhone and I need to play a sound while the reader is plugged in. Due to some other issues I used the AudioServicesPlaySystemSound. But the sound is not playing through speaker when the reader is plugged in. Is there any…
arp
  • 41
  • 3
3
votes
0 answers

Android tablet can't connect to MagTek USB card reader after device reboot

I have an Android tablet (custom commercial tablet by a company called Glory Star) that is running on Android 5.1.1. With it I am using a MagTek Dynamag card reader (model #21073075), that is usable with the mtscra.jar library provided by MagTek…
jnom
  • 31
  • 4
3
votes
2 answers

MiFare Card Reader into Web Application Form

I have a web application where I would like the card reader to scan our school's student ID cards and come out with their ID number. Our original system for managing this with the relevant card readers already has it preset to work, however, now I…
Jason
  • 93
  • 1
  • 4
  • 11
3
votes
3 answers

Ipad credit card reader: Getting the card data from the native app into a webview to send via standard http post

I"m starting work on an iOS application that will have an ipad work as a kiosk to purchase food and apparel. Also we'll be setting the app up as a html5 webview with all the credit card processing happening on our own platform offsite. So the app…
Aglystas
  • 379
  • 6
  • 19
2
votes
2 answers

Selecting DF (Dedicated File) in Smart Card, Return Error 6981

I have written a program to communicate with a smart card (Gemalto Company MPCOS applet). I could successfully connect to card and transmit commands and fetch data. However I have a problem: When I used 00 A4 01 00 02 02 00 command to select…
Hosein Aqajani
  • 1,553
  • 4
  • 26
  • 46
2
votes
1 answer

After Setting up iDynamo app, I am unable to connect to device

So, I have uploaded my project file here: http://devswap.org/downloads/readerTest.zip I did a copy/paste exercise from the iOS sample application provided by MagTek, and I now have virtually identical code. (AppDelegate, ViewController, etc...) My…
AverageGuy
  • 97
  • 1
  • 10
2
votes
1 answer

SDKs for kiosk software development

Possible Duplicate: Kiosk software guidance What kiosk SDKs are available? Are there any? I am looking for ones that saves development time by having built in API integration with hardware (i.e. credit card readers, printers) and network…
linux fanatic
  • 551
  • 1
  • 6
  • 8
2
votes
0 answers

Linux read/write sim-card contacts from umts-modem

I'm looking for a linux console tool to read/write contact from sim-card in an umts-modem or a usb/serial conntected cellphone. Tried googling for it but it seems impossible to find cause I can only find things very different to what I'm looking…
user1667906
  • 43
  • 1
  • 6
2
votes
0 answers

how do i detect the flashcard type(xd,sd) when i inserted a flashcard into my allinone usb cardreader in delphi?

everyone. I am new to here. I have a question about how to detect flashcard type(XD,SD ) when I inserted a flashcard into my usb cardreader in a delphi app. I have searched many topics and didn't find any good way. any ideas? thanks for your…
Evan Liao
  • 21
  • 2
2
votes
1 answer

Read Magnetic Swipe in Background with Python

I have a magnetic card reader that is USB. When swiped it will dump the value of the card as a string wherever the cursor is blinking. I want to be able to poll and capture the swipe without having to point the cursor at a text input. I can capture…
rschapman
  • 83
  • 6
2
votes
1 answer

SHIFT key is incorrectly detected in keyboard state when using Windows keyboard hook

I am working with magnetic card reader. When plugged into a USB port and opening Notepad, I get the following, correct result: %B4290071074381429^NAZARKO/C M …
1
2 3 4 5