serial-monitor-rust icon indicating copy to clipboard operation
serial-monitor-rust copied to clipboard

Please add the checksum of the received data

Open denyaalt opened this issue 7 months ago • 4 comments

Hi, Please add the checksum of the received data. The best one for short packets is CRC8. Thanks.

denyaalt avatar Apr 13 '25 18:04 denyaalt

Hi, thanks for the input! Do you mean as an optional row after each line?

hacknus avatar Apr 14 '25 06:04 hacknus

Yes, checksum for each packet.

denyaalt avatar Apr 14 '25 07:04 denyaalt

Working on this in the implement_crc branch

hacknus avatar Apr 14 '25 07:04 hacknus

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

hacknus avatar Apr 14 '25 07:04 hacknus