node-pcsclite
node-pcsclite copied to clipboard
Bindings over pcsclite to access Smart Cards
pcsclite for C has a function to reset the card. Would it be possible to expose this function to JS?
It seems to throw an error related to NAN not finding some native methods.
I am trying to get PN532 breakout module with USB to UART converter to work with pcsc platform. What are the steps to get my module replace my existing ACR122U...
Hi, Why don't you publish a new release on npm? The latest one (0.6.0) has only support up to node 13 while your master branch says supporting up to node...
Make the module "Context Aware" for newer versions of Electron and NodeJS
[Windows SCard](https://docs.microsoft.com/windows/win32/api/winscard/nf-winscard-scardestablishcontext) supports two different context scopes - USER and SYSTEM. The [pcsclite](https://pcsclite.apdu.fr/api/group__API.html#gaa1b8970169fd4883a6dc4a8f43f19b67) implementation goes further with TERMINAL and GLOBAL, marked as unused though. In case you need to lower...
Hey folks! I'm trying to use the HCE feature on Android to transmit data from the phone to an ACR122 reader. I was able to read the sent information from...
Error: The module '\\?\xxxx\node_modules\@pokusew\pcsclite\build\Release\pcsclite.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 83. This version of Node.js requires NODE_MODULE_VERSION 82. Please try re-compiling or re-installing nodejs 14.13.1 "electron": "^10.1.3"...
Hello, The nfc-pcsc library causes trouble with the newer versions of the electron ( After v16) because this module is not context aware. However, we solved this issue and confirmed...
I've exported the types and interfaces. So they can be imported, and used within a project. My reason for this is, that I need to put the readers in an...