1
votes

We have bought a KOVIO 2K NFC tags, alongwith that we got Farpointe Data reader. We are able to read write these tags using Nexus. However, we are building an API where we want to write to these tags through Server code without any mobile phone API. Is there any Java API which supports writing to NFC tags?

Is there any software/SDK to read the data using Farpointe Data Reader?

1

1 Answers

2
votes

Kovio 2K NFC tags can be configured as NFC Forum Type 2 Tags. There is a Java ME API that supports NFC Forum tags: JSR 257. (I wonder how relevant this API still is, though, see also the answers to this question: Java NFC (JSR 257).) I am not familiar with the Farpointe Data Reader, unfortunately.