Tasmota/lib/default/TasmotaSerial-3.6.0
Jason2866 b1422ff6b5
make Tasmota compatible for Arduino espressif32 based on IDF 5.2.2 (#21723)
Co-authored-by: Christian Baars <Baars@gmx.de>
2024-07-03 20:27:18 +02:00
..
examples/swsertest Add serial Modbus transmit enable GPIOs 2022-12-03 12:33:42 +01:00
src make Tasmota compatible for Arduino espressif32 based on IDF 5.2.2 (#21723) 2024-07-03 20:27:18 +02:00
keywords.txt Add serial Modbus transmit enable GPIOs 2022-12-03 12:33:42 +01:00
library.json Add serial Modbus transmit enable GPIOs 2022-12-03 12:33:42 +01:00
library.properties Add serial Modbus transmit enable GPIOs 2022-12-03 12:33:42 +01:00
README.md Add serial Modbus transmit enable GPIOs 2022-12-03 12:33:42 +01:00

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.