GitBook: [master] 5 pages modified

This commit is contained in:
Daniel Spindelbauer
2018-08-15 09:26:12 +00:00
committed by gitbook-bot
parent a572e69d02
commit 9f62d5f899
4 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ Welcome to the Pycom documentation site. The documentation is split into 5 secti
To get started, read through the Getting Started Guide then feel free to jump straight into the tutorials and examples in Tutorials & Examples to begin building your projects.
* [Products](about/products.md)
* [Getting Started](getting-started/gettingstarted.md)
* [Getting Started](getting-started/introduction.md)
* [Tutorials](tutorials-and-examples/tutorials.md)
* [Product Info](product-info/datasheets.md)
* [API Documentation](firmware-and-api-reference/firmwareapi.md)

View File

@@ -8,7 +8,7 @@
## 1. Getting Started
* [1.0 Introduction](getting-started/gettingstarted.md)
* [1.0 Introduction](getting-started/introduction.md)
* [1.1 Hardware Setup](getting-started/hardwaresetup/README.md)
* [1.1.1 LoPy](getting-started/hardwaresetup/lopy.md)
* [1.1.2 LoPy4](getting-started/hardwaresetup/lopy4.md)

View File

@@ -1,6 +1,6 @@
# 1.3.4.1 Serial USB \(UART\)
To use the REPL, a Pycom device must be connected to the host computer with a USB connection either to an Expansion Board or to serial converter \(a diagram of how to do this can be found the the [getting started](../../gettingstarted.md) page for your module\).
To use the REPL, a Pycom device must be connected to the host computer with a USB connection either to an Expansion Board or to serial converter \(a diagram of how to do this can be found the the [getting started](../../introduction.md) page for your module\).
In order to connect to the REPL over USB serial, there are multiple methods. Detailed below are the explanations of how to do it in MacOS, Linux and Windows.