bertmelis / esp32ModbusRTU

modbus RTU client for ESP32
MIT License
70 stars 44 forks source link

Auto halfduplex fix #30

Closed Miq1 closed 3 years ago

Miq1 commented 3 years ago

Use rtsPin only if really needed for RS485 modules with RE/DI lines (constructor called with a pin number >= 0). For auto half-duplex modules the pin would be wasted.