nfc-reader icon indicating copy to clipboard operation
nfc-reader copied to clipboard

A simple library that provides to use rfid card readers.

Results 15 nfc-reader issues
Sort by recently updated
recently updated
newest added

Sir, I want to ask you about the ATR My device is Identive CLOUD 47x0 F I am trying to figure out your code From my understanding,my step 1.ScardEstablishContext to...

`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...

bug

Hello, How do I compile or run this? Thanks

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...

I'm using an ACR1220 and running VS 2019 in Admin mode on Windows 10. When attempting to call the AuthBlock method I always get code 22 returned. I can get...

Hi folks, I'm a complete newbie about NFC, so I'm at my first try. Please forgive my question if it is too dumb. I got your useful lib from git...

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)...

Connect method only uses the first detected card reader but it should also be an option to use whichever reader client wants. Therefore, method should get a parameter optionally. By...

feature

The code should be refactored and refined. Also, a nuget package would be fine

feature

Block numbers were used as strings but now it seems wrong. Probably, they are gonna be integers

feature