From 7c9e2f8c3bf3c938f51ec6b9d87d903b079e8370 Mon Sep 17 00:00:00 2001 From: Michael Gielda Date: Sat, 13 Apr 2019 00:10:37 +0200 Subject: [PATCH] doc: fix typos --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 937e00a..7da5611 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ Debug UART connection --------------------- Most of the debug messages are provided through the serial console. -The board is equipped with an FTDI chip offering both UART interface to the host PC. +The board is equipped with an FTDI chip exposing both UART interfaces to the host PC. Please refer to the schematic sheets for more details. The default debug UART channel is accessible through ``/dev/ttyUSB0`` (assuming that there are no other FTDI units connected to your PC). -The default baudrate for serial debug connection is 115200 baud with 8-bit transmission, 1 stop bit and with no flow control. +The default baudrate for the serial debug connection is 115200 baud with 8-bit transmission, 1 stop bit and with no flow control.