MrYsLab / PyMata

A Python client class library for Interaction with Standard Firmata
GNU Affero General Public License v3.0
95 stars 40 forks source link

Compatibility and Python 3.6 #29

Closed NervenCid closed 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

MrYsLab commented 7 years ago

Python 3.6 should work fine, but I would recommend Python 2.7 for PyMata. The firmataplus libraries are based off StandardFirmata version 2.5 and so should support the boards that StandardFirmata supports. It works with any of the Atmel processors such as those used in the Uno, Leonardo, Mega2560, and Teensy to name a few.

MrYsLab commented 7 years ago

I am closing this since it was a question and not an issue. If you have any other please feel free to ask.