Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Convert the Masked Card Data to Hex.
  2. Calculate the length by totaling Card Data / 2 and then converting it to Hex and reversing it. So if the length is 498 / 2 = 249. 249 in hex is 00F9. The characters are swapped when in the IDTech read, so it must be put in as F900 rather than 00F9.
  3. Calculate the LRC using only the <CardData>
  4. Calculate the Checksum using only the <CardData>
  5. String it together as follows <’02’><HexLength><CardData><LRC><CheckSum><’03’>


    I made a small edit to test if notifications go out properly to watchers of this page.
Info

Filter by label (Content by label)
showLabelsfalse
max5
spacesCSD
showSpacefalse
sortmodified
reversetrue
typepage
labels USB-KB USB-HID format Data

...