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

Allow increasing baudrate #12

Open
MathiasKoch opened this issue Apr 15, 2020 · 0 comments
Open

Allow increasing baudrate #12

MathiasKoch opened this issue Apr 15, 2020 · 0 comments
Labels
enhancement 👍 New feature or request

Comments

@MathiasKoch
Copy link
Member

MathiasKoch commented Apr 15, 2020

Currently the baudrate is limited to 230400 bps, because this is the highest rate, at which the ublox module does auto baudrate detection.

In order to allow higher rates, one would have to establish AT link with the module at 115200 bps, set the baudrate (AT+IPR), and reconfigure the UART peripheral to run at the higher baudrate.

This is however currently not possible, as the embedded-hal does not provide a way to change baudrate on the fly. See rust-embedded/embedded-hal#79

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 👍 New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant