Tasmota/lib/default/TasmotaSerial-3.5.0
Theo Arends 522bccb3e2 Initial support for USB serial
Initial support for USB serial when define ARDUINO_USB_CDC_ON_BOOT=1
2022-04-24 17:36:10 +02:00
..
examples/swsertest Add ESP32 TasmotaSerial uart mapping 2022-02-27 13:28:36 +01:00
src Initial support for USB serial 2022-04-24 17:36:10 +02:00
README.md Add ESP32 TasmotaSerial uart mapping 2022-02-27 13:28:36 +01:00
keywords.txt Add ESP32 TasmotaSerial uart mapping 2022-02-27 13:28:36 +01:00
library.json Add ESP32 TasmotaSerial uart mapping 2022-02-27 13:28:36 +01:00
library.properties Add ESP32 TasmotaSerial uart mapping 2022-02-27 13:28:36 +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.