Issue on sending CAN message using CAPL on CANalyzer
I am trying to emulate Checksum logic using CAPL. I have 8 byte of message. I want to sum first 7 bytes followed by Xor with 0xFF
and store this value into 8th byte. So far things are working well. However, while running below code, values do update locally but not on the CAN message. I learned that there are some limitation while sending CAN message using CAPL on Canalyzer. Is there any solution to this problem?
Issue on sending CAN message using CAPL on CANalyzer
I am trying to emulate Checksum logic using CAPL. I have 8 byte of message. I want to sum first 7 bytes followed by Xor with 0xFF
and store this value into 8th byte. So far things are working well. However, while running below code, values do update locally but not on the CAN message. I learned that there are some limitation while sending CAN message using CAPL on Canalyzer. Is there any solution to this problem?