I have an Android tablet with Android 4.2. This tablet does not have NFC hardware. However I have an external USB reader: ACR 1252U, that came with an Android library. This library unfortunately only gives me basic functionality - read and write Tags. Altough this is working quite well, it is not enough...
Because for my application I need to transfer files from my Android 4.2 tablet to other NFC devices (Android smartphones). So I need to put the NFC reader into peer-to-peer mode - which it supports. But how can I achive this with my setup? There indeed is an SDK for that reader, but it's Windows only.
- Is it somehow possible, to use the built-in NFC-functions from Android with the external USB reader?
- Is there another library for this reader, that supports peer-to-peer communication with other NFC-devices?
- Is there another Hardware that I can use, to make this work?
Edit: The linked question does NOT solve my problem:
- It is 3.5 years old. On might think, that in meantime has changed a lot.
- The answer to that question (= use the Android ACS library), is part of my own question... So it can't be the answer.