-
Notifications
You must be signed in to change notification settings - Fork 3k
Please update mbed-os to have stdio baud rate configurable #2396
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
Labels
Comments
Small a example as requested: main.cpp:
mbed_app.json
|
Results in: BAD:
--> Should be terminal configured for 115200. GOOD:
GOOD:
GOOD:
|
Additionally when debugging mbed-mesh-api you get mixed 9600 and 115200 output. |
bogdanm
pushed a commit
that referenced
this issue
Aug 9, 2016
This commit changes the default baud of a new `Serial` or `SerialBase` instance to the one defined by the core configuration (`MBED_CONF_CORE_STDIO_BAUD_RATE`). This should ensure a consistent behaviour of newly created `Serial` objects across all platforms. Related to #2396.
Should be resolved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Moved from ARMmbed/mbed-os-example-blinky#23
The text was updated successfully, but these errors were encountered: