pokusew / nfc-pcsc

Easy reading and writing NFC tags and cards in Node.js
MIT License
532 stars 131 forks source link

Allow selection of specific reader #70

Open craftbyte opened 5 years ago

craftbyte commented 5 years ago

After playing with the library, a thing I am missing is specifying which reader to use. The problem arises, since I usually also have my Yubikey plugged in which exposes a PCSC interface for PIV. Do you think it would be possible for the library to support setting a specific reader name to use and ignore the other ones?

vaaski commented 1 month ago

Just had a similar issue, this might help. https://github.com/pokusew/nfc-pcsc/issues/130#issuecomment-2351019089