Open Githubby14 opened 2 years ago
Did you ever get this figured out? I am trying to decode this card format so I can use these types of cards on other non keyscan systems. Do you have any idea what bits are what? How to decode?
it has a sentinel bit problem. if you ise "wiegand decode --bin" and use the binary data it easier to make one bit changes in front.
@ehinckleyCTO for the keyscan 36 bit format the basic are easy. Facility code starts at 11 runs to 18 (8bits). Card number starts at 19 runs to 34. (16 bits).
Just to make sure we are on the same page, the first bit in the sequence is bit zero, not one.
I am looking to find the parity bit for this format. Does anyone one know?
just pulled the latest repo and noticed it no longer displaces the correct format for HID C15001
example
The raw hex is written correctly but when you do a search it doesn't recognize the correct bit and wiegand format. It now displays as a possible 37-bit format, not the correct 36 bit C15001.