python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to detect if the smart card reader has a display?
I want to know programmatically if a smart card reader that is attached to the system, has a display.
(Basically I want to know if it's a CLASS 1, no pad/no display, or CLASS 2, pad/no display, or CLA...
scrrr
Votes: 0
Answers: 2
Problem sending an APDU command with pyscard
I am developing a simple application involving an ACR1251 smart card reader. Currently I don't have it with me, but it's a time-sensitive project, so I'm using vsmartcard to emulate a reader and a ISO...
rubemnobre
Votes: 0
Answers: 1
Ntag424 DNA Integrity Error (911e) when attempting CMD.ChangeFileSettings
So I've been working on a Nodejs tag writer for the NTAG424 DNA and I am still getting the hang of APDU commands. I am tracing the steps of the example from https://www.nxp.com/docs/en/application-not...

James Gebara
Votes: 0
Answers: 0
NFC read on ACS ACR122U
I have the ACS ACR122U NFC reader/writer and trying to use it with NodeJs and the pcsclite module.
I followed the reader's API manual for authentication.
In most cases I receive the desired data - 90 ...
Kasper Sommer
Votes: 0
Answers: 1