Search the Community
Showing results for tags 'CRC-16'.
-
i need help setting up the CRC calculation ASCII command "QIC" has the correct CRC in the form HEX "D6 EA" according to the CRC calculator it is the CRC-CCITT version (XModem) here to check : https://www.lammertbies.nl/comm/info/crc-calculation please help how to set in the dialog I've tried different combinations but none of them work Thank you
-
Hello, I've got a problem with the SEND block of the PROTOCOL FB's, I need to calculate the checksum according to CRC-16 algorithm with initial value 0x0000, but the only available option is CRC-16 (Modbus) where the initial value is 0xFFFF. Is there a way to change the initial value, or add this checksum algorithm? Another problem is the order bytes in the calculated checksum, maybe you could add an option to swap bytes?