Skip to content

Commit 8534c91

Browse files
set baudrate at 9600 for CI
1 parent 8454f71 commit 8534c91

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@ After you have defined `mbed-trace.enable: true`, you can set trace levels by ch
131131

132132
When example application is running information about activity is printed over the serial connection.
133133

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

136136
Please have a client open and connected to the board. You may use:
137137

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

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

142-
- mbed tools has a terminal command `mbed term -b 115200`
142+
- mbed tools has a terminal command `mbed term -b 9600`
143143

144144
### Expected output
145145

mbed_app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"lwip.ppp-enabled": true,
2828
"lwip.tcp-enabled": true,
2929
"platform.stdio-convert-newlines": true,
30-
"platform.stdio-baud-rate": 115200,
31-
"platform.default-serial-baud-rate": 115200,
30+
"platform.stdio-baud-rate": 9600,
31+
"platform.default-serial-baud-rate": 9600,
3232
"platform.stdio-buffered-serial": true,
3333
"cellular.debug-at": false,
3434
"cellular.use-apn-lookup": true,

0 commit comments

Comments
 (0)