Camino

Communication

A library for controlling an Arduino from Python over Serial.
Camino enables blazing fast, non-intrusive communication over a serial connection between Python and up to 256 Arduinos. It provides a simple way to call functions on a remote Arduino, sending and receiving up to 255 bytes of data. Besides the built in functions (digital_write, pin_mode, analog_read, etc.), approximately 250 user-defined functions can be defined.

Author: Nathan Wachholz

Maintainer: Nathan Wachholz

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.