mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
examples: fix the RS485 line driver in the readme
Closes https://github.com/espressif/esp-idf/issues/8132
This commit is contained in:
parent
c61910c267
commit
7903952281
@ -13,7 +13,7 @@ The approach demonstrated in this example can be used in user application to tra
|
|||||||
|
|
||||||
### Hardware Required
|
### Hardware Required
|
||||||
PC + USB Serial adapter connected to USB port + RS485 line drivers + Espressif development board.
|
PC + USB Serial adapter connected to USB port + RS485 line drivers + Espressif development board.
|
||||||
The MAX485 line driver is used for example below but other similar chips can be used as well.
|
The MAX483 line driver is used for example below but other similar chips can be used as well.
|
||||||
|
|
||||||
#### RS485 example connection circuit schematic:
|
#### RS485 example connection circuit schematic:
|
||||||
```
|
```
|
||||||
@ -22,7 +22,7 @@ The MAX485 line driver is used for example below but other similar chips can be
|
|||||||
+-------x-------+ +-------x-------+
|
+-------x-------+ +-------x-------+
|
||||||
RXD <------| RO | | RO|-----> RXD
|
RXD <------| RO | | RO|-----> RXD
|
||||||
| B|---------------|B |
|
| B|---------------|B |
|
||||||
TXD ------>| DI MAX485 | \ / | MAX485 DI|<----- TXD
|
TXD ------>| DI MAX483 | \ / | MAX483 DI|<----- TXD
|
||||||
ESP32 BOARD | | RS-485 side | | SERIAL ADAPTER SIDE
|
ESP32 BOARD | | RS-485 side | | SERIAL ADAPTER SIDE
|
||||||
RTS --+--->| DE | / \ | DE|---+
|
RTS --+--->| DE | / \ | DE|---+
|
||||||
| | A|---------------|A | |
|
| | A|---------------|A | |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user