How to read / write to the NFC / Smartcard ACR122U card reader?

I bought a GoToTags ACR122U NFC / smart card reader, but I'm really disappointed with this. Their free Windows app just blocks you in their proprietary content. I want to write my own NFC tag reader / writer application.

I am trying to find an SDK that I can use with managed code (C #), but so far no luck. Somewhere I found ACR122U sample applications with the "SDK", but none of the sample applications work because NONE has a link to a DLL that can be used to access it. Only their C ++ code seems to have acr122.dll in the root directory, but it is not possible to import it as a link in my C # application.

+4
source share

Source: https://habr.com/ru/post/1569340/


All Articles