arduino-robust-serial
arduino-robust-serial copied to clipboard
A simple and robust serial communication protocol. It was designed for Arduino but can be used for other purposes (e.g. bluetooth, sockets). Implementation in C Arduino, C++, Python and Rust.
I'm having a problem running code from the C++ implementation. I copied robust_serial.hpp to my project and implemented a class to read and write information to the serial port using...
When I open it in Arduino IDE as described here:  I get this error when I try to upload:  I'm on Windows 10 x64. As I understand, this...
do you think, it is possible to use your robust-serial protocol between PC (linux, python3) and Robohat MM1 (CircuitPython) ? I'm searching for a robust and flexible way to talk...
Hi @araffin , I came across your library and medium article and found it helpful in writing my own binary protocol for arduino. I was wondering why you considered that...
Hello, I'm curious to know what kind of latency you were getting and with which arduino? I'm using a similar technique to try and communicate with my [rotary inverted pendulum](https://github.com/Armandpl/furuta)...