hello, there are 64 possibilities to calculate a crc8 checksum, vvvv uses another. CRC algorithms use a constant value called the ‘polynomial’. this is the value &H8C in your code, the result depends on this constant. vvvv uses &HD1. you could write a small plugin using your code…