Ja, einfach um zu schauen ob es der Tag ist.
Ich hab hier mal einen Ausschnitt der sagt, wie man das machen soll. Ich komme aber damit nicht ganz zurecht.
Example
Card number: 62E3086CED
Checksum:( 62H)XOR(E3H)XOR(08H)XOR(6CH)XOR(EDH)=08H
Note: The 10 ASCII characters grouped as 5 hex data needs to be further processed as you may find that the 5 hex data is not equal to the number marked on the tags in Decimal. Actually the tag number is equal to the later 4 bytes in decimal. For example, the card number is 62E3086CED, the corresponding number marked on the tag should be 60717296877 which is the Decimal format of E3086CED.
Start- und end-flag, sowie die Prüfsumme sind bereits aus dem String raus.
Mal nebenbei, wie kann ich denn die Prüfsumme berechenen?
Mh, jetzt seh ich auch man hätte das erste Byte weglassen können -.-
Geht es denn jetzt?