pcsc-tools
pcsc-tools copied to clipboard
Some tools to be used with smart cards and PC/SC
3B 7D 96 00 00 80 31 80 65 B0 75 49 17 0F 83 00 90 00 pcsc_scan spins on the above "possibly identified card" using Raspian 11 32...
Hi, pcsc_scan can't detect my reader. Some info: ## OS : Arch Linux ## software version: - ccid 1.5.0 - opensc 0.2.0 - pcsc-tools 1.5.8 ## lsusb: ``` Bus 006...
it detects the reader (which is a bcm5880) but not the card on linux, works fine on windows os: `Arch Linux (5.14.12-arch1-1)` reader: `0a5c:5834 Broadcom Corp. 5880`
For the latest pcsc_scan.c file, I add code at 528 line to check the SCardGetStatusChange return value for the PNP notification, but unfortunately the return value is SCARD_E_TIMEOUT but not...
Converting over from autoconf to Meson there are various files not installed. ``` @@ -1,15 +1,2 @@ -bin/ATR_analysis -bin/gscriptor @bin bin/pcsc_scan -bin/scriptor -@man man/man1/ATR_analysis.1p -@man man/man1/gscriptor.1p -@man man/man1/pcsc_scan.1 -@man man/man1/scriptor.1p...