-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[serial] Allow custom baudrate and add option 2400 #13265
Conversation
Fix openhab#13131 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
@lolodomo - broken in 3.3 as consequence of openhab/openhab-core#2720? |
This PR adds the ability to use 2400 or any custom baudrate. |
@lolodomo - yes, was just looking for confirmation that this was a regression caused by mentioned PR in core. :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix!
In fact, the issue is mentioning 2 issues, the one with decimal value which is a core problem, and the one I am fixing with this PR. |
@lolodomo - okay, I'm assuming this one was indeed a regression in 3.3 caused by a change in core, so I have switched to "Bug" as label. If you disagree, please feel free to change it back. |
@@ -26,8 +26,10 @@ | |||
<advanced>true</advanced> | |||
<label>Baud Rate</label> | |||
<description>Set the baud rate</description> | |||
<limitToOptions>false</limitToOptions> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I tried adding this it stops the UI displaying the options and just presents a box to type in any number. What do you see?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, apparently in that case, Main UI does not show the options. But at least, you can enter any baudrate.
Fix openhab#13131 Signed-off-by: Laurent Garnier <lg.hc@free.fr> Signed-off-by: Marcel Goerentz <m.goerentz@t-online.de>
Fix openhab#13131 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Fix openhab#13131 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Fix openhab#13131 Signed-off-by: Laurent Garnier <lg.hc@free.fr> Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
Fix openhab#13131 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Fix openhab#13131 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Fix #13131
Signed-off-by: Laurent Garnier lg.hc@free.fr