File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,15 +120,15 @@ The tools will flash the binary to all targets that match the board specified by
120
120
121
121
When example application is running information about activity is printed over the serial connection.
122
122
123
- ** Note:** The default serial baudrate has been set to 115200 .
123
+ ** Note:** The default serial baudrate has been set to 9600 .
124
124
125
125
Please have a client open and connected to the board. You may use:
126
126
127
127
- [ Tera Term] ( https://ttssh2.osdn.jp/index.html.en ) for windows
128
128
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 ` )
130
130
131
- - mbed tools has a terminal command ` mbed term -b 115200 `
131
+ - mbed tools has a terminal command ` mbed term -b 9600 `
132
132
133
133
### Expected output
134
134
Original file line number Diff line number Diff line change 13
13
"nsapi.default-wifi-security" : " WPA_WPA2" ,
14
14
"nsapi.default-wifi-ssid" : " \" YOUR_SSID\" " ,
15
15
"nsapi.default-wifi-password" : " \" YOUR_PASSWORD\" " ,
16
- "platform.stdio-baud-rate" : 115200 ,
16
+ "platform.stdio-baud-rate" : 9600 ,
17
17
"mbed-trace.enable" : false ,
18
18
"mbed-trace.max-level" : " TRACE_LEVEL_DEBUG" ,
19
19
"rtos.main-thread-stack-size" : 8192
You can’t perform that action at this time.
0 commit comments