pub fn checksum_byte(cmd: &[u8]) -> u8
Compute the checksum byte for a command: (sum of all bytes) mod 256.
(sum of all bytes) mod 256