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

I am using PyMata on ROS(only works with python2), how do I read messages sent by Firmata.sendString()? #41

Closed jesualdocc closed 5 years ago

MrYsLab commented 5 years ago

@jesualdocc Those messages are sent asynchronously by Firmata. When received they are printed to the console and are handled here. They are not saved so there is no command to read them.

I am closing this issue, but if you have any questions or comments, you can post them here and I will see them. If need be, this issue can be reopened.