python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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
Python pyscard control the buzzer of an NFC reader
I have two NFC reading devices: ACR12U and ACR1252U
I have a short script in python using pyscard to read the UIDs of NFC tags:
from smartcard.CardMonitoring import CardMonitor, CardObserver
from smar...
Gábor Erdős
Votes: 0
Answers: 1
How to send peripheral commands to an ACS smart card reader with python and pyscard
I would like to programmatically control the buzzer of a smart card reader ACS ACR1281U-C1 but I am not sure to understand correctly how to use ESCAPE command for this.
I use python 3.9.6 + pyscard 2....
Baldorius
Votes: 0
Answers: 0