-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Enhancement] Add macro to change baud #8
Comments
Yes, why not. It's not hard to implement. I'll do it when I find a minute. |
I was able use the other macros as examples to get a working baud macro, and I've pushed this to a new "baudmacro" branch (f419e1b). It should be using the same subroutines as would be used if set from the menu, and I added a flag This also isn't usable right away as part of a simple multiline macro, at least on OS X: using
will change the baud used by HSW12 POD, but before it has even sent the first line of the macro (the board receives garbage). |
Hello Christopher, |
I think one solution to prevent the baud from changing before any earlier text/commands in a macro finish sending might be to first use |
An idea I had is to be able create a "turbo" button macro to set a faster baud for the selected device. This should be possible by adding a
[baud <bps>]
macro, though I might not get a chance to implement it myself anytime soon.Does this sound like a good feature to add?
The text was updated successfully, but these errors were encountered: