Reliably send packets of data over a serial medium. Includes framing and checksum.
Currently supports packets of up to 252 bytes.
Read: S. Cheshire and M. Baker, “Consistent Overhead Byte Stuffing,” in ACM SIGCOMM ‘97, Cannes, France.
To use this as an Arduino library, download it as a ZIP and extract the folder to your Arduino libraries directory, then rename the folder from ReliableSerial-master
to ReliableSerial
.