nfc-pcsc icon indicating copy to clipboard operation
nfc-pcsc copied to clipboard

Easy reading and writing NFC tags and cards in Node.js

Results 88 nfc-pcsc issues
Sort by recently updated
recently updated
newest added

Hi, Is it possible to set/write a new key A directly in a mifare classic 1K tag from this code? Thanks!

I am trying to run the example with `npm run example`. We are using ACR1252U USB NFC Reader, but when I do plug and tap in a card, the reader...

question

I'm using module to create dedicated client with WEB NFC compliance/emulator for desktop OS (WEB NFC currently works on mobile only). But this module cannot be used in `preload.js` of...

Hi, is it possible to support electron 10, because i get a ``` NODE_MODULE_VERSION 72. This version of Node.js requires NODE_MODULE_VERSION 82. Please try re-compiling or re-installing ``` i rebuild...

Is this compatible with PN532 reader connected by SPI/I2C ? Or only USB devices ?

In some use cases, it is required to open the card in "exclusive" mode, especially if some stateful operations are involved. If the card is not opened in the exclusive...

I'm trying to install on a Debian 11 distro with Node 16.13 ``` $ yarn add nfc-pcsc yarn add v1.22.17 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... [4/4]...

Hello, I am trying to obtain UID of desfire 4K EV1 card using this library. I am using ACR122U card reader and I installed latest available drivers. My code is...

Hi there, Amazing project, thank you so much! We've been using it in production for the last 10 months with the `ACR122` but are looking to replace the hardware because...

Hi, I have not found how to change a sector key for a classic mifare card. It's a charitable soul could give an example that would be cool 😅