# All output were generated by online CRC generator.
# Websites used:
# http://zorc.breitbandkatze.de/crc.html
# https://www.lammertbies.nl/comm/info/crc-calculation.html
#
# All msg are in ascii format
# All checksum (cs) are in hexadecimal format

Len = 1
Msg = 1
CS = d4c1

Len = 2
Msg = 42
CS = 1597

Len = 6
Msg = azerty
CS = 8e89

Len = 9
Msg = 123456789
CS = bb3d

Len = 15
Msg = 123456789abcdef
CS = aee5

Len = 26
Msg = abcdefghijklmnopqrstuvwxyz
CS = 9c1d

Len = 35
Msg = abcdefghijklmnopqrstuvwxyz123456789
CS = d2a1
