Open unknowndomain opened 5 years ago
Turns out I overlooked the need to:
sudo apt-get install libpcsclite1 libpcsclite-dev
sudo apt-get install pcscd
I'm having a different issue installing on Raspbian. I go through the installation steps, do "npm run example" and I get the following output:
nfc-pcsc@0.8.0 example /home/pi/SoundCube/nodeNFC/nfc-pcsc node -r @babel/register examples/read-write.js
9:39:02 PM – ACS ACR 38U-CCID 00 00 info: device attached 9:39:03 PM – ACS ACR 38U-CCID 00 00 error: an error occurred Error: Not found response. Tag not compatible with AID F222222222. at Reader.handle_Iso_14443_4_Tag (/home/pi/SoundCube/nodeNFC/nfc-pcsc/src/Reader.js:767:17)
Not sure where to go from here...
I tried installing nfc-pcsc using NPM on Node 8 and Node 10 with the same result, this is in blank folder with a blank package.json trying to install using this command for additional information
$ npm install -d nfc-pcsc
.