TIC36v4 over I2C CRC implementation

It is possible to use CRC validation through I2C? or is only for TTL?
Could you share an example on how to do it, or a lib for C that could help me? I tried to do it using <linux/i2c.h> <linux/i2c0dev.h> and <ioctl.h> but TICGUI doesn’t even show a CRC error when I sent an invalid CRC value.

Thanks in advance.

Hello.

The CRC error detection feature only applies to TTL Serial commands.

Brandon