PacketSerial
PacketSerial copied to clipboard
An Arduino Library that facilitates packet-based serial communication using COBS or SLIP encoding.
I'm using this library with my two Arduinos, the controller (arduino nano) and an airplane. (arduino mega) I'm using NeoSWSerial on the controller, and the Serial1 on the airplane. Now...
Sending a 0-byte data actually does nothing on PacketSerial (returns directly in the `send` method). However I find it quite common to send such empty data. For example, a simple...
I'm trying to send a packet from Python to the Arduino but the handler is never triggered. Maybe I misunderstand the packet format? I'm using the COBS library to encode...
# NO_GLOBAL_SERIAL ..is a global definition on the ESP32 Arduino platform which skips defining the Serial, Serial1 and Serial2 objects, leaving the user free to define these themselves. This is...
# New Pull Request Guidelines Not fixing an existing PR ## This Pull-Request Fixes the Following Issue(s) No specific issue that it fixes but is cleaner and will give better...