acshk / acsccid

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).
GNU Lesser General Public License v2.1
104 stars 19 forks source link

acr1281s support #13

Closed stsp closed 1 year ago

stsp commented 5 years ago

Hi.

Are there any support for acr1281s reader? This project lists acr1281U - presumably an USB version of the same reader, but mine is rs-232. Are there any plans to support that, or how difficult would it be for me to change the usb version to use serial port?

godfreychung commented 5 years ago

Sorry, current version does not support ACR1281S.

Normally, it depends on the number of requests and the type of project. Otherwise, it will depend on my free time.

Actually, serial port access and CCID protocol implementation can be borrowed from ccid. You need to implement the serial protocol as well as handling retries and timeout.