hi
I can get data between 78350-R1 and MCU using sbs commands. I can calculate crc values such as voltage, current, soc. No problem.
For example soc;when i send 0D, i read data; 1D 00 0A.
I calculate crc by adding 17 to the first byte.
for 171D00 CRC is 0A. No problem.
But i cant calculate CRC for OperationStatus blocks.
Operation Status A is : 0x0107
Operation Status B is : 0x0000
For example I want to read operation status. i send 0x54 and incoming data is ;
0x04(I think it's crc)
0x07
0x01
0x00
0x00
0x00 0x00 0x01 0x07 is operation status.
I couldn't find the crc value "0x04" for these values. How do I calculate this crc value?
Fatih