# All output were generated by online CRC generator.
# Websites used:
# 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 = 3100

Len = 2
Msg = 42
CS = 5a34

Len = 6
Msg = azerty
CS = ea4d

Len = 9
Msg = 123456789
CS = 56a6

Len = 15
Msg = 123456789abcdef
CS = 5b1c

Len = 26
Msg = abcdefghijklmnopqrstuvwxyz
CS = 42fe

Len = 35
Msg = abcdefghijklmnopqrstuvwxyz123456789
CS = 4227
