I have VBA code that calculate the CRC16 CCITT value of string but now i have plan to use it on Google Sheet, but didn't have any idea how it will be on google script Function crc_ccitt_ffff(strParam As String) As String Const CRC_POLY_CCITT As Long = &H1021& Const CRC_START_...
CRC16 CALCULATE (CRC16-CCITT / CRC16-CCITT-FALSE). Contribute to damonlear/CRC16-CCITT development by creating an account on GitHub.