Lua CRC16-ccitt example - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Lua CRC16-ccitt example (/showthread.php?tid=4127) |
Lua CRC16-ccitt example - AEK - 01.07.2022 Hi, just sharing Code: data = ('njhyTFGV') https://crccalc.com/ original code was made on Python, was taken here in comments https://stackoverflow.com/questions/25239423/crc-ccitt-16-bit-python-manual-calculation |