Metadata-Version: 2.1
Name: robust-serial
Version: 0.2
Summary: Simple and Robust Serial Communication Protocol
Home-page: https://github.com/araffin/arduino-robust-serial
Author: Antonin RAFFIN
Author-email: antonin.raffin@ensta.org
License: MIT
Keywords: serial hardware arduino RS232 communication protocol raspberry
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Provides-Extra: tests
Provides-Extra: docs
License-File: LICENSE


Robust Arduino Serial is a simple and robust serial communication protocol.
It was designed to make two arduinos communicate,
but can also be useful when you want a computer (e.g. a Raspberry Pi) to communicate with an Arduino.
https://medium.com/@araffin/simple-and-robust-computer-arduino-serial-communication-f91b95596788
