mirror of https://github.com/arendst/Tasmota.git
49acf4a7d3
* Add optional hardware serial when GPIO13(Rx) and GPIO15(Tx) are selected removing hardware serial from GPIO01(Tx) and GPIO03(Rx) (#4288) * Bump TasmotaSerial version from 2.1.0 to 2.2.0 |
||
---|---|---|
.. | ||
examples/swsertest | ||
src | ||
README.md | ||
keywords.txt | ||
library.json | ||
library.properties |
README.md
TasmotaSerial
Implementation of software serial with hardware serial fallback library for the ESP8266
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.