Hello,
i have three matched pairs of message + CRC and i am unfortunately not able to reverse CRC algo...
The data (hex) is (Message CRC):
3731302E3030303836337700000000000000B0000000 0A74
3731302E3030303530397700000000000000B0000000 06B1
3731302E3030303530397604000000000000B0000000 1278
I know that it is a CRC, i only not know if it is one 16 bit CRC or two (different type) 8 bit CRCs.
You mention in the manual that crossed-endian reversing is switched off because it is not common.
Is there a way to activate?
Or could there be another way to come closer to the result a bit?
Thank you so much for any hints or help!
Regards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
i have three matched pairs of message + CRC and i am unfortunately not able to reverse CRC algo...
The data (hex) is (Message CRC):
3731302E3030303836337700000000000000B0000000 0A74
3731302E3030303530397700000000000000B0000000 06B1
3731302E3030303530397604000000000000B0000000 1278
I know that it is a CRC, i only not know if it is one 16 bit CRC or two (different type) 8 bit CRCs.
You mention in the manual that crossed-endian reversing is switched off because it is not common.
Is there a way to activate?
Or could there be another way to come closer to the result a bit?
Thank you so much for any hints or help!
Regards.
any success with it?