Questions tagged [cardreader]

70 questions
0
votes
2 answers

Coordinate Id of same card that is read by two different card readers

In a part of a software, card is read by a card reader and is allocated to an user. And in other part of this software, in a terminal by same card reader, the user card is read and fetch data from database by card serial number and etc. In a new…
Pezhman Parsaee
  • 1,209
  • 3
  • 21
  • 35
0
votes
0 answers

How do you ignore input from USB while allowing from keyboard?

I'm tasked to replace a visitor logging system and to use magnetic strip readers to enter visitor data (from driver's licenses, etc). We had a USB Magtek card reader that wasn't being used, and getting it working with my java project was no…
Bob Stout
  • 1,237
  • 1
  • 13
  • 26
0
votes
1 answer

finding type of a dll functions ? how to see them?

I am developing a .net program that needs to communicate with a magnetic card reader/writer. it has a DLL but i couldnt find its functions and the producer company told me that i have to use only with serial port commands. In its manual, there is…
0
votes
0 answers

In Android, How to kill or stop the sound played by an AudioTrack object that is started by an external class?

I'm currently using a 3rd party library in a Mono for Android project. This library is used for connecting a card reader device (IDTech Unimag Reader) into the headphones jack. While I'am using the application with the device connected everything…
0
votes
1 answer

Receive keypress and ignore 'tab' in MVC 4 c# web site

I want my website to be shown on a 'kiosked' computer (i.e. the site is the only thing visible on the screen). And I have a card reader that sends a string to whatever text field is active when a card is shown to it. After the string the card reader…
mdc
  • 1,161
  • 6
  • 22
  • 37
0
votes
1 answer

WPF USB card reader keyDown

I have problem with reading text from card reader connected to USB. I have method in window: private void Window_KeyDown(object sender, KeyEventArgs e) { Key k = (Key)e.Key; textBoxLogin.Text += k.ToString(); } Problem is that, it…
user1617141
  • 115
  • 1
  • 11
0
votes
1 answer

Getting data from Ip Address or COM port?

I'm just gonna go off the limits and ask you a really specific question. There's a card reader device in my office that's connected to the Ethernet card. Below is a screenshot of the configuration window of this card reader's program(distributed…
ward87
  • 3,026
  • 7
  • 27
  • 27
-1
votes
1 answer

Win32 Scard.h c++ - having issues with the api

I'm trying to look into smart card reading and I've immediately encountered an issue that I'm struggling with. I've called the SCardEstablishContext and I'm now trying to list the cards readers. I'm getting success and Its telling me there are 89…
eternalNoob
  • 307
  • 2
  • 10
-1
votes
1 answer

I want to know how to control this card reader devices through application any code which i can use or example which help me

I have one credit or debit card reader device and that device will communicate with only with host application that device is MAGTEK uDynamo i want to know how to communicate with this device through android app any example or suggestions please…
Karan
  • 11
  • 4
-1
votes
1 answer

MagTek Card reader not working when processed in TChromium web browser

I am working with a 3rd party web service to process credit card payments. When I swipe a credit card via google chrome the payment is detected and processed. However when I attempt to swipe a credit card via the built in Delphi web browser…
Trevor
  • 16,080
  • 9
  • 52
  • 83
1 2 3 4
5