Easy PC / Arduino Communication in python

Hey all! I've been using the Arduino platform for a decade now, and one task I keep finding myself doing over and over again is writing communication libraries so that I can talk to my Arduino from my computer. Measuring a voltage is easy - but reliably getting that data from an arduino to a software program is much harder.

I wrote a tool that handles all of this, and auto-generates all the code. It's open-source and under active development. Check it out here if you're interested: GitHub - edmundsj/hardsync: Easy, powerful, extensible hardware/software communication

Hope the community finds it useful, the Arduino platform has been amazingly useful in my career.

That looks like a nice library, thanks for sharing.

You may also be interested in this alternative approach. See the quick start of the device and the client for an impression of the ideas involved.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.