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

Commit

Permalink
Fix typo in instructions to exit from screen
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroA committed Mar 15, 2016
1 parent e7a8020 commit 16e9ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The STM32F429I-DISCO does not offer yet the possibility to drag & drop a firmwar

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

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.
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.

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.

Expand Down

0 comments on commit 16e9ac4

Please sign in to comment.