Tagged Questions
1
vote
3answers
833 views
Why is the calculated checksum not matching the BCC sent over the serial port?
I've got a little application written in C# that listens on a SerialPort for information to come in. The information comes in as: STX + data + ETX + BCC. We then calculate the BCC of the ...