harmsm / PyCmdMessenger

Python interface for CmdMessenger arduino serial communication library
MIT License
80 stars 32 forks source link

Samples compatible with Arduino-CmdMessenger #20

Open thijse opened 7 years ago

thijse commented 7 years ago

Hi,

It would be great if you could provide samples that are compatible with those in @https://github.com/thijse/Arduino-CmdMessenger/tree/master/examples

harmsm commented 7 years ago

Sounds like a good idea. Just to make sure, you're suggesting I write python code that replicates those examples so people can learn the libraries. Or is there python code that is specifically incompatible with those examples?

thijse commented 7 years ago

Yes, I think it would be very nice and useful to have Python samples that more or less replicate the functionality of the C# samples, in the sense that they communicate with the Arduino samples. I think that has the potential to help many people to set up Arduino-Python communications.

jhagberg commented 5 years ago

Yes it would be super!