Skip to content

Commit 845ab12

Browse files
committed
Increase baud rate to 115200
1 parent db45ba4 commit 845ab12

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ Second run:
4646
1. Run this command to build the example project and program the microcontroller flash memory:
4747

4848
```bash
49-
$ mbed compile -m <TARGET> -t <TOOLCHAIN> --flash --sterm
49+
$ mbed compile -m <TARGET> -t <TOOLCHAIN> --flash
5050
```
5151

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

5454
Your PC may take a few minutes to compile your code.
5555

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)