简体   繁体   中英

Writing NDEF in java with acr122

I could to read and write text on smartcards (mifare 1k) with the acr122u device using the library javax.smartcardio now the problem is that I need to write and read with NDEF format but java do not give that library, only is available on android, how can write the blocks like NDEF plain text? or exist a library for java that implement NDEF?

that is for my title project and I do not found solutions, I have thought in C# too, ther is a way to write NDEF with acr122u in that languaje?

It's not good place to ask about library.

But here a library https://github.com/grundid/nfctools

A simple search in goolge "java ndef library" give you result.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM