-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Description
Hello,
i have Mifare card with UID A4DCCC1D.
When reading with Wiegand reader using Wiegand 32 Type with this code i get this:
HEX = 126E660E, DECIMAL = 309224974, Wiegand Type = W32
The code is not the same as expected, it seems this library shift binary data off somehow:
A4DCCC1D To Binary Converted 10100100110111001100110000011101
126E660E To Binary Converted 00010010011011100110011000001110
-10100100110111001100110000011101 <- Mifare UID (HEX = A4DCCC1D | DECIMAL = 2765933597)
00010010011011100110011000001110- <- Wiegand 32 (HEX = 126E660E | DECIMAL = 309224974)
How to solve this issue?