serial-monitor-rust
serial-monitor-rust copied to clipboard
Please add the checksum of the received data
Hi, Please add the checksum of the received data. The best one for short packets is CRC8. Thanks.
Hi, thanks for the input! Do you mean as an optional row after each line?
Yes, checksum for each packet.
Working on this in the implement_crc branch
I think you can already test it on that branch, it will be some time until I put out a new release because there are some other features pending