Is SDK for NFC reader/writer acr122u device required to build read/write application?

落花浮王杯 提交于 2019-12-02 22:37:16

To develop applications for the ACR122U you do not need to purchase the SDK from ACS. From a computing/development perspective, the ACR122U is a smartcard reader/writer.

To develop with Java you will need the ACR122U drivers and to code against the Java Smart Card I/O API

The SDK on offer from ACS is simply just a collection of sample code for various platforms (Java, C#.NET, VB6, C++) It is not a requirement to interface with the device.

Here is some sample code which looks like it could be useful to you. What exactly are you trying to achieve.

Finally, if you are interested in .NET dev then look at the CardWerk Smart Card API for .NET. I used this and it greatly simplified things as interfacing with winscard.dll seemeed like a lot of work.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!