Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit 16e9ac4

Browse files
committed
Fix typo in instructions to exit from screen
1 parent e7a8020 commit 16e9ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The STM32F429I-DISCO does not offer yet the possibility to drag & drop a firmwar
6161

6262
Hit the reset button after flashing to start program execution. The application starts running right after you reset the processor.
6363

64-
You can observe some logging messages on the UART port. On Linux/OS X you can use `screen <path to serial> 115200` (press `ctrl a` + `ctrl k` and then `y` to exit). On Windows, make sure to have the serial port drivers installed; you can use a terminal application, like [PuTTY](http://www.putty.org/), to connect to the device. In this example the UART baud rate is set to 115200.
64+
You can observe some logging messages on the UART port. On Linux/OS X you can use `screen <path to serial> 115200` (press `ctrl a k` to exit). On Windows, make sure to have the serial port drivers installed; you can use a terminal application, like [PuTTY](http://www.putty.org/), to connect to the device. In this example the UART baud rate is set to 115200.
6565

6666
Please note that on some devices (STM32F429I-DISCO) the on-board USB port cannot be used for UART output. In that case you need to connect an external port.
6767

0 commit comments

Comments
 (0)