Skip to content

Commit e708778

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
change baud rate to default 9600
1 parent 17c22d6 commit e708778

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The application injects a dummy root of trust (ROT) if true random number genera
3030
3131
3. Open a serial console session with the target platform using the following parameters:
3232
33-
* **Baud rate:** 115200
33+
* **Baud rate:** 9600
3434
* **Data bits:** 8
3535
* **Stop bits:** 1
3636
* **Parity:** None
@@ -40,7 +40,7 @@ The application injects a dummy root of trust (ROT) if true random number genera
4040
6. Press the **RESET** button on the board to run the program
4141
4242
7. The serial console should now display a series of results.
43-
43+
4444
## Troubleshooting
4545
4646
If you have problems, you can review the [documentation](https://os.mbed.com/docs/latest/tutorials/debugging.html) for suggestions on what could be wrong and how to fix it.

mbed_app.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"target_overrides": {
33
"*": {
4-
"platform.stdio-baud-rate": 115200,
5-
"platform.default-serial-baud-rate": 115200,
64
"platform.stdio-convert-newlines": 1
75
}
86
}

0 commit comments

Comments
 (0)