Skip to content
New issue

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

enable baud rate for serial feature to be updated #336

Closed
wants to merge 1 commit into from

Conversation

painengineering
Copy link

No description provided.

@@ -65,6 +65,7 @@
#define SERIAL_CLOSE 0x50
#define SERIAL_FLUSH 0x60
#define SERIAL_LISTEN 0x70
#define SERIAL_UPDATE_BAUD 0x80
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Data bytes cannot be > 0x7F in Firmata. I made the same mistake when I drafted FirmataSerial. I'm proposing a 2.0 release to make this feature more scalable. It will not be backwards compatible, but it's the best way to move forward here IMO: firmata/protocol#71.

@soundanalogous soundanalogous deleted the update-baud branch December 23, 2016 21:04
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants