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

On Raspbian, I installed pcsc smoothly but when I run "npm start example" I get this: > [email protected] example /home/pi/SoundCube/nodeNFC/nfc-pcsc > node -r @babel/register examples/read-write.js 9:39:02 PM – ACS ACR...

Hi all, I am quite new in the NFC world, so I apologise for any silly things I say, but I have a Mifare DESfire EV2 2k that already has...

hi there, is there any materials,wiki or tutorials for constructing APDU command on NTAG21x?

I have four 1252u readers connected and it works great. However I need to know what card is read from what reader even after reboot or some usb-devices are plug...

I'm using the ACR122u with a raspberry pi, the library works like a charm but when I reboot the Pi and the application start (automatically with Pm2) it doesn't detect...

Comment console.log to avoid flooding of logs

I was wondering how can I send an apdu command to the reader while no card is present. example : Get firmware version / reader Serial Number .

I have an `Node.js express` application that needs to be available on an Android device and being able to access the `NFC` reader of that device. That `NFC` shall be...

Hi, First of all, thanks for writing this fantastic library. I'm new to NFC and I was able to get my card reader working with ease. I just have a...

Hi, I'm trying to use this library in typescript project but got error `Could not find a declaration file for module 'nfc-pcsc'` Could you please add typescript definition to this...

enhancement
help wanted
good first issue