.. ja, das ist verständlich.
Kannst Du dir die Daten im Hyperterminal (o.ä) anschauen/mitschneiden
und schauen ob da wirklich nur 26 Bit ankommen oder doch 32 Bit wobei dann
6 Bits nicht beachtet werden?
Wenn dann doch mehrere Blöcke am Stück kommen,
kann man dann nicht die Bitanzahl div 26 rechnen
um die Anzahl der Blöcke zu ermitteln und dann entsprechend trennen.
Code:
Wiegand Output Protocol
The Wiegand protocol (26 bit mode) itself is made up of a leading even parity bit (for b0 - b11),
24 bits of data (from transponder data) and a trailing odd parity bit (for b12- b23). The 36 bit
mode has the same format except 34 bits are used to form the data sequence.
For example:-
Converted BCD data: 00 00 04 60 22 12 75 (14 digits)
Truncated BCD data: 04 60 22 12 75 (10 digits)
Wiegand 26 bit sequence:- E (b0 --------- b11) (b12 -------- b23) O
E ( 0 4 6 0 2 2 ) O
1 0000 0100 0110 0000 0010 0010 1
Where E is EVEN parity bit for bit 0 to 11 and O is ODD parity bit for bits 12 to 23
Quelle
Grüße
Klaus