pokusew / nfc-pcsc

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

Cannot process ISO 14443-4 tag because AID was not set #154

Open f1n4l34f opened 3 months ago

f1n4l34f commented 3 months ago

Hi!

I'm making a node.js app with nfc-pcsc, and my goal is windows stand-alone application that communicate with Vue app.

Now it can detect device and can read action, but I tagged my android phone on the device then the app has crashed.

On local environment, use nodemon solves problem like that, but executable file made by pkg has just terminated when crash.

Can I catch ISO 14443-4 exception or ignore it?

I want to my app always wait for tagging something on the device, after wrong tagging too.

Anyone has solution?

Thanks and good luck to all of you.