ACR122U读取芯片卡UID状态

发布于 2025-01-10 16:33:23 字数 253 浏览 4 评论 0原文

我使用 NFC 读取器/写入器 ACR122U

使用 ACR122u 和 WINSCARD.DLL 在 C# 中创建程序以及此库 https: //github.com/h4kbas/nfc-reader 我需要知道读卡器是否有可能找出带有卡的 UID 的块是否可重写。如何找出?我需要返回 true 或 false 的值。

I use an NFC reader / writer ACR122U

Creating program in c # with ACR122u and WINSCARD.DLL and this library https://github.com/h4kbas/nfc-reader
I would need to know if it is possible for the reader to find out whether the block with the UID of the card is rewritable or not. How to find out? I need the value to return true or false.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云柯 2025-01-17 16:33:23

唯一的方法是尝试使用 UID 写入块,如果写入时没有错误并且它已采用您的新值,则它是可重写的。

The only way is to try and write to the block with the UID, if there is no error on write and it has taken your new value it is (was) rewritable.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文