简体   繁体   English

使用ACR122在Java中编写NDEF

[英]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? 我可以使用javax.smartcardio库通过acr122u设备在智能卡(mifare 1k)上读写文本,现在的问题是我需要以NDEF格式读写,但java没有给出该库,仅适用于android ,如何编写像NDEF纯文本这样的块? or exist a library for java that implement NDEF? 或存在实现NDEF的Java库?

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? 那是为我的标题项目而设计的,我也没有找到解决方案,我也曾在C#中想到过,这是用acr122u在该语言中编写NDEF的一种方法吗?

It's not good place to ask about library. 这不是问图书馆的好地方。

But here a library https://github.com/grundid/nfctools 但是这里有一个库https://github.com/grundid/nfctools

A simple search in goolge "java ndef library" give you result. 在goolge“ java ndef library”中简单搜索即可得到结果。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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