I\'m 开发者_JS百科writing a Windows service that must handle Smart card readers. Very often, when I try to connect to an inserted Smart card, SCardConnect() fails with SCARD_E_SHARING_VIOLATION which
I need to get Track 1 and Track 2 data off magnetic cards and send them over the network to a waiting server. What is an easy way to get the track data from a USB HID magnetic card reader?
Is there is a library (API) in Java with which I can interact with a smart card? Similar to the WinSCard library.
I am working toan application to read EMV card using C#. I use Winscard.dll . and i established the conncetion - Selected the reader - connect to card and get ATR .
I am trying to configure the ACR122U\'s in card emulation mode, but i didn\'t know how to use it. I am using java 6 smartcard io for reader communication.Who worked with PN 53开发者_JAVA技巧2 card emu
I\'m trying to make a C# program which will use a C .dll (unfortunately, the .dll doesn\'t have good documentation) to access a smart card. One of the functions of the .dll uses name of the reader as
I am writting a smartcard application. This application connects card in reader and sometimes works with it. I need to watch when reader is no longer available (either card is ejected or reader is rem
I am writing an app for BlackBerry that utilizes a BlackBerry smartcard reader. There is not much documentation on the subject, so I\'d really like if someone could give me starting examples.
I want to use an access card reader with开发者_Python百科 PHP. I am doing this to monitor attendance at a college. Is there any intermediate technology which can be used to take the readings from acce
The only keyboard hook supported for .NET managed code is a low-level keyboard hook (WH_KEYBOARD_LL).