Dear All,
I hope you all are doing well.
Basically, I want to implement a 16-bit checksum technique.
Data Received = 15 Bytes
AA55 0102 0B21 1101 3E00 0000 0001 7E
01 7E is the Checksum
All data is in HEX format.
I want a cumulative sum from Byte 1 to Byte 13.
Checksum is 16-bit.
I am facing issue in LabVIEW as my end result is showing me 8-bit result where as I've chosen the format as U16.
File is attached for your reference.
Please guide I want the calculated checksum and received checksum to be same.