Tasmota/lib/TasmotaSerial-3.0.0
2020-04-20 12:33:29 +02:00
..
examples/swsertest Add ESP32 dual UART to TasmotaSerial 2020-04-20 12:27:29 +02:00
src Remove debug message from TasmotaSerial 2020-04-20 12:33:29 +02:00
keywords.txt Add ESP32 dual UART to TasmotaSerial 2020-04-20 12:27:29 +02:00
library.json Add ESP32 dual UART to TasmotaSerial 2020-04-20 12:27:29 +02:00
library.properties Add ESP32 dual UART to TasmotaSerial 2020-04-20 12:27:29 +02:00
README.md Add ESP32 dual UART to TasmotaSerial 2020-04-20 12:27:29 +02:00

TasmotaSerial

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

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.