We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The serial interface in serialCheck() is well suited for human interaction but not much for machine interaction, or for scriptable human interaction.
It would be nice if mechaduino were able to communicate with computers easily using some more-or-less standard protocol, such as firmata (https://github.com/firmata/protocol), min (https://github.com/min-protocol/min) plus some mini-language, python-arduino-command-API (https://github.com/thearn/Python-Arduino-Command-API), ArduinoSerialCommand (https://github.com/scogswell/ArduinoSerialCommand) or such. This would allow for rapid integration in host controller software and/or debugging/development GUIs.
At this moment, one GUI (Windows-only) project for mechaduino, https://github.com/Kaiwol1990/Mechaduino, uses its own protocol.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The serial interface in serialCheck() is well suited for human interaction but not much for machine interaction, or for scriptable human interaction.
It would be nice if mechaduino were able to communicate with computers easily using some more-or-less standard protocol, such as firmata (https://github.com/firmata/protocol), min (https://github.com/min-protocol/min) plus some mini-language, python-arduino-command-API (https://github.com/thearn/Python-Arduino-Command-API), ArduinoSerialCommand (https://github.com/scogswell/ArduinoSerialCommand) or such. This would allow for rapid integration in host controller software and/or debugging/development GUIs.
At this moment, one GUI (Windows-only) project for mechaduino, https://github.com/Kaiwol1990/Mechaduino, uses its own protocol.
The text was updated successfully, but these errors were encountered: