Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [pcsc]

PC/SC stands for "Personal Computer/Smart Card", and is a specification for integration of smart cards with personal computers.

0 votes
0 answers
12 views

Python detect USB Device - different results between IDLE and CMD Interpretter

I am trying to figure out an issue with USB redirection for a smartcard device within a VDI solution. I am using the pyscard module for the smartcard. For further context, main issue is the card ...
randymarsh's user avatar
0 votes
0 answers
15 views

C# NFC-Project with PCSC Library - An error has occurred: An attempt was made to end a non-existent transaction

I have integrated the pcsc library to work with an nfc scanner (ACR122U ISO14443A/B ). I am trying to read the data from the NFC tag, but I get this error: An error has occurred: An attempt was made ...
user26316631's user avatar
-1 votes
0 answers
33 views

Contactless not reading new card

I have a WinForms application that controls an Evolis printer with a SpringCard card reader inside it. I'm using the Evolis and SpringCard SDK's. I move the first card to the reader, connect to it and ...
Ivan Debono's user avatar
0 votes
1 answer
22 views

Android pcsc sertificate with private key

I need to get full x509 certificate from smart card in psam slot on android. I got apdu commands working with devices sdk. On windows this certificate appears in personal store when smart card is ...
some rand's user avatar
0 votes
0 answers
108 views

PCSC Error on access to Smart Card - at first attempt

i have a WPF c# app where the user has to login with his smart Card to athenticate. In the most cases it is working fine. But i was told that sometimes when placing the smart card on the reader the ...
user avatar
0 votes
1 answer
142 views

In PC/SC error codes what does the single letter mean?

The error codes all start with SCARD_ and then a single letter. https://github.com/tpn/winsdk-10/blob/master/Include/10.0.16299.0/um/SCardErr.h What does that letter mean? $ err.exe /:outputtocsv | ...
StackzOfZtuff's user avatar
0 votes
0 answers
78 views

Change key of Desfire Card application

I am tried to change a key "00" of a application in a Desfire Card, I understand that the INS is C4, but I received an error, the 7E that is "incorrect length", my command (because ...
Fernando Vera's user avatar
0 votes
0 answers
232 views

Use yubikey from docker as non-root user

I am attempting to use a yubikey from a docker container as a non-root user. I started by getting this working in the base OS and I get this output from ykman info: $ ykman info Device type: YubiKey ...
taylorjonl's user avatar
1 vote
1 answer
189 views

How to communicate programmatically with the JCOP simulator, how to programmatically send APDUs to a JCOP simulator?

The JCOP simulator is a tool provided by NXP which allows the simulation of the JCOP OS via a plug-in available for Eclipse (JCOP tools). It provides a simulation of the Javacard Machine similar to ...
martin rupp's user avatar
0 votes
2 answers
168 views

Smart Card development- Class not supported error

I am developing application for smart cards using ISO/IEC 7816-4 standard. I sucessfully finished Applet Selection (it uses class 00), but when trying PIN verification (it uses class 88), I ...
Katarina Vujic's user avatar
0 votes
1 answer
1k views

Reading/Writing the raw data of the MIFARE DESFire EV2 cards connected from ACR1252U

I am trying to read and write the raw binary to the MIFARE DESFire EV2 card but I am having a hard time understanding the correct APDU commands. I have some small binary data that I want to move ...
Kapil's user avatar
  • 134
0 votes
1 answer
229 views

ePassport reading with elechouse PN532 v4

I have an elechouse PN532 v4 module. From specs and other posts (1, 2, 3) it should be possible to read ePassport with PN532, but if I run a nfc-poll that comes with libnfc it doesn't detect my card. ...
alex's user avatar
  • 485
0 votes
0 answers
133 views

Digital tachograph. Company card remote authentication error

I'm trying to perform remote authentication between a tachograph company smart card and an SE5000 tachograph. I'm going through the path partially well, but after the key exchange, when I try to read ...
Сергей Качан's user avatar
0 votes
1 answer
337 views

No NFC Device detected

I have trouble using my "uTrust 4701 F Dual Interface Reader" because is not recognized as NFC device while trying to read from Mifare Classic. I installed "libnfc" library from ...
Ciro Vitulazio's user avatar
1 vote
0 answers
193 views

How to mount pcsc from macos to linux docker container

Mac os has internal implementation of PC/SC to work with smart cards (process /System/Library/Frameworks/PCSC.framework/Versions/A/XPCServices/com.apple.ctkpcscd.xpc/Contents/MacOS/com.apple.ctkpcscd)....
Log's user avatar
  • 463

15 30 50 per page
1
2 3 4 5
18