bakercp / PacketSerial

An Arduino Library that facilitates packet-based serial communication using COBS or SLIP encoding.
http://bakercp.github.io/PacketSerial/
MIT License
280 stars 59 forks source link

Raspberry Pi Support #15

Closed silardg closed 6 years ago

silardg commented 6 years ago

I would like to connect my arduino and raspberry pi together using this protocol.

Has anyone managed to create the code for the raspberry pi (with pyserial or wiringPi)

Thanks!

bakercp commented 6 years ago

Hey there, yes, people have used this library on the Raspberry Pi using both openFrameworks and also python. See the compatible libraries section of the README.

Any library that implements the COBS or SLIP framing protocols should work.