arduino-robust-serial icon indicating copy to clipboard operation
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.

Results 5 arduino-robust-serial issues
Sort by recently updated
recently updated
newest added

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: ![chrome_DUt5v9XLFQ](https://user-images.githubusercontent.com/16989713/81808518-7e64ff00-9528-11ea-816e-bd3b16fa03f7.png) I get this error when I try to upload: ![javaw_BJRAq1dhM3](https://user-images.githubusercontent.com/16989713/81808533-845ae000-9528-11ea-8171-77163eeef616.png) 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...

question

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...

question

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)...

question