Tasmota/lib/default/TasmotaSerial-3.4.0
Theo Arends 71bc58eeae Fix correct use of uart0 2022-01-19 12:22:30 +01:00
..
examples/swsertest Fix Modbus serial config 2022-01-06 14:06:56 +01:00
src Fix correct use of uart0 2022-01-19 12:22:30 +01:00
README.md Fix Modbus serial config 2022-01-06 14:06:56 +01:00
keywords.txt Fix Modbus serial config 2022-01-06 14:06:56 +01:00
library.json Fix Modbus serial config 2022-01-06 14:06:56 +01:00
library.properties Fix Modbus serial config 2022-01-06 14:06:56 +01:00

README.md

TasmotaSerial

Implementation of software serial with hardware serial fallback library for the ESP8266 Implementation of dual UART hardware serial for the ESP32 Implementation of single UART hardware serial for the ESP32-S2

Allows for several instances to be active at the same time.

Please note that due to the fact that the ESP always have other activities ongoing, there will be some inexactness in interrupt timings. This may lead to bit errors when having heavy data traffic.