acsccid is a PC/SC driver for Linux/Mac OS X and it supports ACS CCID smart card readers. This library provides a PC/SC IFD handler implementation and communicates with the readers through the PC/SC Lite resource manager (pcscd).
I can successfully control the red and green LED using the "Bi-color LED and Buzzer Control" command as described in the API manual.
By default (reader in idle mode?) the red LED is turned on. I'm trying to turn the red LED off. I can do that, temporary, with the command FF 00 40 04 04 00 00 00 00, but it turns back on after a couple of milliseconds. I'm sure my app is not sending any commands to turn it back on as I'm monitoring the pcscd log output and can only see my command to turn the red LED off.
Can I (permanently) turn off the red LED and turn it back on whenever I want? How?
FWIW, this is using latest master git code of this repo, on Linux, with reader firmware ACR122U214.
I can successfully control the red and green LED using the "Bi-color LED and Buzzer Control" command as described in the API manual. By default (reader in idle mode?) the red LED is turned on. I'm trying to turn the red LED off. I can do that, temporary, with the command
FF 00 40 04 04 00 00 00 00
, but it turns back on after a couple of milliseconds. I'm sure my app is not sending any commands to turn it back on as I'm monitoring the pcscd log output and can only see my command to turn the red LED off.Can I (permanently) turn off the red LED and turn it back on whenever I want? How?
FWIW, this is using latest master git code of this repo, on Linux, with reader firmware ACR122U214.