Skip to content

Commit 6b88ec8

Browse files
set baudrate at 9600 for CI
1 parent e6f5d87 commit 6b88ec8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,15 @@ The tools will flash the binary to all targets that match the board specified by
120120

121121
When example application is running information about activity is printed over the serial connection.
122122

123-
**Note:** The default serial baudrate has been set to 115200.
123+
**Note:** The default serial baudrate has been set to 9600.
124124

125125
Please have a client open and connected to the board. You may use:
126126

127127
- [Tera Term](https://ttssh2.osdn.jp/index.html.en) for windows
128128

129-
- screen or minicom for Linux (example usage: `screen /dev/serial/<your board> 115200`)
129+
- screen or minicom for Linux (example usage: `screen /dev/serial/<your board> 9600`)
130130

131-
- mbed tools has a terminal command `mbed term -b 115200`
131+
- mbed tools has a terminal command `mbed term -b 9600`
132132

133133
### Expected output
134134

mbed_app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"nsapi.default-wifi-security": "WPA_WPA2",
1414
"nsapi.default-wifi-ssid": "\"YOUR_SSID\"",
1515
"nsapi.default-wifi-password": "\"YOUR_PASSWORD\"",
16-
"platform.stdio-baud-rate": 115200,
16+
"platform.stdio-baud-rate": 9600,
1717
"mbed-trace.enable": false,
1818
"mbed-trace.max-level": "TRACE_LEVEL_DEBUG",
1919
"rtos.main-thread-stack-size": 8192

0 commit comments

Comments
 (0)