Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ACR 122u NFC 读取器/写入器和 Mifare Ultralight C 标签来验证和读取块数据,但这样做时遇到问题:
当我使用以下命令时:
FF 00 00 00 04 D4 42 1A 00
对于 Auth0 即得到挑战,我收到以下回复:
D5 43 01 90
但是,如果我在使用此命令之前放置Thread.Sleep大约1.7 秒,它会成功接收挑战请求,其他人是否也遇到过同样的问题?如果我在这里做错了什么,请告诉我。