Martin Endler

Results 28 comments of Martin Endler

Hi @boris-savic I had the same issues on Windows like you. The problem is that Windows automatically stops pcsc daemon (Smart Card Service – SCardSvr) when the device is unplugged....

Hi @santigimeno At the beginning I removed just the buffertools dependency, reformatted the code and replaced var by const, so there was no point in creating PR. But then I...

@santigimeno I will definitely create PR's for my changes as soon as I have some free time (in a week or so).

Hi @quocnguyen123, in order to get UID of NFC tag, you need to send an **appropriate APDU command** (`Get Data` in this case, btw you can find some basic commands...

Hi @philoliver Thank you for posting your problem. I am quite busy now, but I'll look at it today or tomorrow.

Hi @dhruv217, I think it should work. Check out [Can I use this library in my angular-electron app?](https://github.com/pokusew/nfc-pcsc#can-i-use-this-library-in-my-angular-electron-app) in FAQ section of the README. In the linked https://github.com/pokusew/nfc-pcsc/issues/24#issuecomment-327038188, there is...

Hi @fatmatto, it is known issue on Windows that can occur in some situations. See https://github.com/pokusew/node-pcsclite/issues/21. > The example was run on a Windows 10 (Pro) machine that had never...

Hi @bierlair, thank you for posting your issue here. According to the [official documentation](https://www.nxp.com/docs/en/data-sheet/NTAG213_215_216.pdf), it is possible to protect NTAG21x cards with password. To read/write (based on your card's access...

@bierlair That's great. 👍 **So everything works as expected? Can we close the issue?** _BTW I think, it would be useful to have this in the examples. **Thank you very...

Hi @danielzzz, what are you trying to achieve? What card/tag do you use? Do you want to communicate with Android device via [Android HCE](https://developer.android.com/guide/topics/connectivity/nfc/hce.html)? `Cannot process ISO 14443-4 tag because...