tino / pyFirmata

Python interface for the Firmata (http://firmata.org/) protocol. It is compliant with Firmata 2.1. Any help with updating to 2.2 is welcome. The Capability Query is implemented, but the Pin State Query feature not yet.
MIT License
575 stars 193 forks source link

Compatibility and Python 3.6 #54

Open NervenCid opened 7 years ago

NervenCid commented 7 years ago

Hello:

I'm new using firmata protocol, and looking a first steps guide...

pyFirmata was installed well aparantely in Python 3.6... is recommendable to use it on Python 3.6?

This library is compatible with all arduino boards?

Thank you

tino commented 6 years ago

Yes it should work on Python 3.6. If it doesn't let me know :)

All Arduino boards? 😳. No it probably isn't. A couple of example boards configurations are included in boards.py, but it's quite simple to configure a different (also non-Arduino) board yourself!

NervenCid commented 6 years ago

Thank you

berndporr commented 5 years ago

Works well with Python 3.6