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

core: frontend: bridges: support lower/custom baud rates #1678

Closed
1 task done
ES-Alexander opened this issue May 16, 2023 · 0 comments · Fixed by #1680
Closed
1 task done

core: frontend: bridges: support lower/custom baud rates #1678

ES-Alexander opened this issue May 16, 2023 · 0 comments · Fixed by #1680
Assignees
Labels
core Issue related to BlueOS-core enhancement New feature or request triage Needs triage from developers ui User Interface feature

Comments

@ES-Alexander
Copy link
Collaborator

Current behaviour

The minimum baudrate is currently 9600, which is too fast for some devices to be able to operate.

Expected or desired behaviour

We should support slower baud rates, either explicitly by extending the main set of available ones, or via a "custom" option that allows specifying an arbitrary integer rate (which would avoid needing to check a bunch of extra rates, and could allow greater versatility, at the expense of some code and interface complexity).

This may be resolved with #1093, if the Serial Bridges and MAVLink Endpoints pages got merged into a more comprehensive "linking" page (perhaps as separate tabs within it).

Prerequisites

  • I have checked to make sure that a similar request has not already been filed or fixed.
@ES-Alexander ES-Alexander added enhancement New feature or request core Issue related to BlueOS-core ui User Interface feature triage Needs triage from developers labels May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issue related to BlueOS-core enhancement New feature or request triage Needs triage from developers ui User Interface feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant