RFID标签查询

发布于 2024-08-08 03:57:13 字数 243 浏览 8 评论 0原文

我正在尝试将我的软件(用java开发)与rifd读卡器集成。刷卡时读卡器读取的数据是0068276206,当使用读卡器在指纹系统上刷同一张卡时,它显示的卡号为0001167342 。 为了获取值(0068276206),我将数据读入字节数组(使用java io)并获得等效的ascii。当我尝试使用不同的品牌卡(也是 ISO 卡)时,两个系统都显示相同的值。我什至尝试反转每个字节,但它也不起作用。 有谁知道解决方案或遇到过同样的问题。我做错了什么吗?

I am trying to integrate my software(developed in java) with a rifd reader.The data read by the reader when a card was swiped is 0068276206 and when the same card was swiped on fingerprint system with a reader it displayed the card number as 0001167342.
To get the value(0068276206) i read the data into a byte array(using java io) and got the ascii equivalent. When i tried a different make card which is also a ISO card both systems showed the same value.I even tried reversing each byte but it dint work too.
Does any one know the solution or have faced the same problem.I am doing any thing wrong??

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

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

发布评论

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

评论(2

∞觅青森が 2024-08-15 03:57:13

所以基本上你是说第一种类型的卡为你的 rfid 和指纹系统返回了不同的号码,而第二种类型的卡确实在两个系统中返回了相同的号码。

难道第一种卡的指纹和rfid号码不同?

So basically you're saying that the first type of card returned a different number for your rfid then your fingerprint system and that the second type of card did return the same number in both systems.

Could it be that the first type of card contains different numbers for fingerprint and rfid?

孤独难免 2024-08-15 03:57:13

我不这么认为。我发现了 1 个以上的差异,rfid 指纹读取器之间的差异是 67108864。这是 26 的 2 次方。我觉得读者正在阅读一点,理想情况下应该忽略不计。有人知道吗它,。

I dont think so.I found 1 more difference the difference between the rfid reaer-fingerprint reader is 67108864.which is 2 power of 26.What i feel is the reader is reading a bit which it should ideally neglet.does any one know abt it,.

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