-
`Card.SCardListReaders(this.hContext, null, null, ref pcchReaders);` is returning a 6 for me and I am not sure how to move forward with throubleshooting.
I am in a .NET 4.x environment and I am not…
-
-
Hello, your example is broken. You forgot to specify that the function is async, e.g.
`nfcReader.on('card', async (card) => {`
-
Sorry but i try to open your example and I add the Package with "Swift Packages" but when i would build the project, Xcode gave this message:
ld: framework not found NFCReader
clang: error: linke…
-
Moving Web APIs out of the main thread seems like [a good pattern](https://dassur.ma/things/when-workers/) for the Web and I'd argue WebNFC would be a great candidate.
```js
// worker.js
self.add…
-
Traceback (most recent call last):
File "NFCReader.py", line 13, in
r = readers()
File "/usr/lib/python2.7/dist-packages/smartcard/System.py", line 42, in readers
return smartcard.rea…
-
Hello.
I always get respond:
Available readers: ['ACS ACR122U PICC Interface 00 00']
Using: ACS ACR122U PICC Interface 00 00
Using: ACS ACR122U PICC Interface 00 00
and it doesn't matter if I…
-
I discovered this when playing with some NFC tags on a Samsung S10E. In short, a simple unlocked NFC tag containing a youtube link was scanned with the app a few times. when trying to clear them, they…
-
Hi!
Thank you for your code it is very usefull.
The worker never returns from its thread. Here is a fix:
` BackgroundWorker worker = sender as BackgroundWorker;
while (!e.Cancel)
…
-
Hi,
The library connects fine no issues.
But it will not read or write. When i read i get "0"
var t = NFC.ReadBlock("0");
i am using the ACR122
Thank You
Gary