mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
example: Remove duplicate commands and invalid serial port information
Closes https://github.com/espressif/esp-idf/issues/5049
This commit is contained in:
@@ -26,21 +26,11 @@ order to receive back the same data which were sent out.
|
||||
```
|
||||
idf.py menuconfig
|
||||
```
|
||||
or
|
||||
```
|
||||
idf.py menuconfig
|
||||
```
|
||||
|
||||
* Set serial port under Serial Flasher Options.
|
||||
|
||||
### Build and Flash
|
||||
|
||||
Build the project and flash it to the board, then run monitor tool to view serial output:
|
||||
|
||||
```
|
||||
idf.py -p PORT flash monitor
|
||||
```
|
||||
or
|
||||
```
|
||||
idf.py -p PORT flash monitor
|
||||
```
|
||||
|
@@ -38,21 +38,11 @@ UART1 driver to use the hardware flow control by setting `.flow_ctrl = UART_HW_F
|
||||
```
|
||||
idf.py menuconfig
|
||||
```
|
||||
or
|
||||
```
|
||||
idf.py menuconfig
|
||||
```
|
||||
|
||||
* Set serial port under Serial Flasher Options.
|
||||
|
||||
### Build and Flash
|
||||
|
||||
Build the project and flash it to the board, then run monitor tool to view serial output:
|
||||
|
||||
```
|
||||
idf.py -p PORT flash monitor
|
||||
```
|
||||
or
|
||||
```
|
||||
idf.py -p PORT flash monitor
|
||||
```
|
||||
|
@@ -47,21 +47,12 @@ Connect USB to RS485 adapter to computer and connect its D+, D- output lines wit
|
||||
```
|
||||
idf.py menuconfig
|
||||
```
|
||||
or
|
||||
```
|
||||
idf.py menuconfig
|
||||
```
|
||||
* Set serial port under Serial Flasher Options to the serial port of ESP32-WROVER-KIT board.
|
||||
|
||||
### Build and Flash
|
||||
Build the project and flash it to the board, then run monitor tool to view serial output:
|
||||
```
|
||||
idf.py -p PORT flash monitor
|
||||
```
|
||||
or
|
||||
```
|
||||
idf.py -p PORT flash monitor
|
||||
```
|
||||
|
||||
(To exit the serial monitor, type ``Ctrl-]``.)
|
||||
|
||||
|
@@ -16,21 +16,11 @@ The example can be used with any ESP32 development board connected to a computer
|
||||
```
|
||||
idf.py menuconfig
|
||||
```
|
||||
or
|
||||
```
|
||||
idf.py menuconfig
|
||||
```
|
||||
|
||||
* Set serial port under Serial Flasher Options.
|
||||
|
||||
### Build and Flash
|
||||
|
||||
Build the project and flash it to the board, then run monitor tool to view serial output:
|
||||
|
||||
```
|
||||
idf.py -p PORT flash monitor
|
||||
```
|
||||
or
|
||||
```
|
||||
idf.py -p PORT flash monitor
|
||||
```
|
||||
|
@@ -28,21 +28,11 @@ through UART.
|
||||
```
|
||||
idf.py menuconfig
|
||||
```
|
||||
or
|
||||
```
|
||||
idf.py menuconfig
|
||||
```
|
||||
|
||||
* Set serial port under Serial Flasher Options.
|
||||
|
||||
### Build and Flash
|
||||
|
||||
Build the project and flash it to the board, then run monitor tool to view serial output:
|
||||
|
||||
```
|
||||
idf.py -p PORT flash monitor
|
||||
```
|
||||
or
|
||||
```
|
||||
idf.py -p PORT flash monitor
|
||||
```
|
||||
|
Reference in New Issue
Block a user