From e34ea75b48860493c82bcee92222defdcaca849e Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 17 Jun 2018 18:47:47 +0300 Subject: [PATCH] Reword text about UART0 use from unices --- README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README b/README index 80f71d1..9030988 100644 --- a/README +++ b/README @@ -26,9 +26,10 @@ Attach terminal emulator to UART0: make monitor -Alternatively, use the cu program or similar program for attaching -terminal emulator to UART0. +Alternatively, use the cu program [1] or similar program for +attaching terminal emulator to UART0. -The project use of esptool_py is currently configured for UART0 -attached via usb-to-serial module to computer where 'make monitor' is -invoked, which accesses the the usb-to-serial module via /dev/ttyUSB0 +The project use of esptool_py is currently configured for +/dev/ttyUSB0 device of usb-to-serial module that connects to UART0. + +[1] a port of openbsd cu(1) to Linux: http://github.com/nedko/cu.git -- 2.11.4.GIT