Open ronie19 opened 4 years ago
You would have to implement the PCSC API which this package is using to talk to NFC readers. This is unlikely to be worth it, you will wanna directly talk to your reader.
You would have to implement the PCSC API which this package is using to talk to NFC readers. This is unlikely to be worth it, you will wanna directly talk to your reader.
Any possible ways of doing that ? I am trying to get it recognised by pcsc_scan command in terminal. But no way I am able to get it via spi. I am only able to operate it with libnfc.
To be fair, if you are unsure on how to approach that the task of implementing a pcsc driver is probably too much. libnfc already allows you to interact with the NFC reader and access all its functionality. I would suggest you use that to integrate with your application.
ifdnfc is your solution
ifdnfc is your solution
Yes, I did it. However it worked with 64-bit linux due to buffer length issues in 32-bit linux
Is this compatible with PN532 reader connected by SPI/I2C ? Or only USB devices ?