3

Are there any existing libraries that will allow an Android tablet (4.0.4) without a NFC chip to interface with an external USB NFC reader/writer?

Ron
  • 1,721
  • 1
  • 19
  • 43

3 Answers3

3

Yes, the ACR 122 U can be connected via an USB OTG Cable. ACR has an Android test app on their driver page. You will in addition need something like NFC Tools for Java to interact with the reader (sending commands etc).

ThomasRS
  • 8,215
  • 5
  • 33
  • 48
0

Maybe default packages will help you. Otherwise you can look for any third-party libs

http://developer.android.com/reference/android/nfc/package-summary.html

or this may help you

How can I enable NFC reader via API?

Community
  • 1
  • 1
Roman Bugaian
  • 354
  • 1
  • 7
  • 22
0

ACR 1222L reader has its android library.

http://android.acs.com.hk/

The documentation of these libraries can be found here:

http://www.acs.com.hk/download-driver-unified/5102/ACS-EVK-Android-112-A.zip

Quispie
  • 948
  • 16
  • 30
Reza.Hoque
  • 2,690
  • 10
  • 49
  • 78