Yamaha SPX Checksum calculation #250
-
Hi, I checked the checksum value for several messages with an online calculator but the value given is not what I am supposed to get. exemple Checksum is 1E but the calculator gives C6
message is Do you know if the checksum are calculated for the whole message (header + message) or only the message? Thanks a lot Damien |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 48 replies
-
Ok I think I got it! |
Beta Was this translation helpful? Give feedback.
-
Hi Damien, Below are a couple of functions that should work! Looks like the offset from start is 6 bytes.
Here is how I did it with an incoming MemoryBlock:
|
Beta Was this translation helpful? Give feedback.
Hi Damien,
Below are a couple of functions that should work! Looks like the offset from start is 6 bytes.
Here is how I did it with an incoming MemoryBlock:
YAMAHA CHECKSUM_1_0_2021-04-07_23-00.zip