Skip to content

Commit 466d71a

Browse files
authored
Merge pull request #65 from LDong-Arm/baud_115200
Increase baud rate to 115200
2 parents f3e415f + b2aad00 commit 466d71a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Second run:
6767
$ mbed compile -m <TARGET> -t <TOOLCHAIN> --flash
6868
```
6969

70-
(Note: You can use the Mbed CLI command-line option `--sterm` to open a serial terminal after flashing.)
70+
(Note: You can use the Mbed CLI command-line option `--sterm --baudrate 115200` to open a serial terminal after flashing.)
7171

7272
Your PC may take a few minutes to compile your code.
7373

mbed_app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"target_overrides": {
33
"*": {
4-
"platform.stdio-convert-newlines": 1
4+
"platform.stdio-convert-newlines": 1,
5+
"platform.stdio-baud-rate": 115200
56
}
67
}
78
}

0 commit comments

Comments
 (0)