PacketSerial

Communication

An Arduino Library that facilitates packet-based serial communication using COBS or SLIP encoding.
PacketSerial is an small, efficient, library that allows Arduinos to send and receive serial data packets (with COBS, SLIP or a user-defined encoding) that include bytes of any value (0 - 255). A packet is simply an array of bytes.

Author: Christopher Baker

Maintainer: Christopher Baker

Read the documentation

Compatibility

This library is compatible with all architectures so you should be able to use it on all the Arduino boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.