On 4/21/23 18:15, Brian K. White wrote:
## (sum all the bytes, then invert all the bits in that sum)
another correction: Sum all the bytes Take the least significant byte of that sum Invert all the bits in that byte The checksum is always only a single byte. -- bkw
