You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've a very specific use case which I need to implement for an external service. I create an unique ID with crc32 & crc8-dvbs2 and there seems to be a problem. The Service has an example which works fine with you algorithms see example below. But when I'm using a new one I ran into an unexpected behaviour maybe you could explain to me what is wrong.
MessageId = RC100378202301201049399550000007026
CRC-32(MessageId) = 0x90 0x12 0xE7 0xCC
CRC-8(0x90 0x12 0xE7 0xCC) = 0 // but this should be 0x0A see https://crccalc.com/?crc=9012e7cc&method=crc8&datatype=hex&outtype=0
BASE-32(0x90 0x12 0xE7 0xCC 0x0A) = SAJOPTA= // but this should be SAJOPTAK
Can you pls help me?
The text was updated successfully, but these errors were encountered:
kaufmo
changed the title
Unexpected behavior with crc8 dvb-s2
Unexpected behaviour with crc8 dvb-s2
Jan 23, 2023
Hi @Fabio286,
I've a very specific use case which I need to implement for an external service. I create an unique ID with crc32 & crc8-dvbs2 and there seems to be a problem. The Service has an example which works fine with you algorithms see example below. But when I'm using a new one I ran into an unexpected behaviour maybe you could explain to me what is wrong.
Example:
New Message:
Can you pls help me?
The text was updated successfully, but these errors were encountered: