Tasmota/lib/TasmotaSerial-2.2.0
Theo Arends 49acf4a7d3 Add optional hardware serial
* 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
2018-11-06 11:27:19 +01:00
..
examples/swsertest Add optional hardware serial 2018-11-06 11:27:19 +01:00
src Add optional hardware serial 2018-11-06 11:27:19 +01:00
README.md Add optional hardware serial 2018-11-06 11:27:19 +01:00
keywords.txt Add optional hardware serial 2018-11-06 11:27:19 +01:00
library.json Add optional hardware serial 2018-11-06 11:27:19 +01:00
library.properties Add optional hardware serial 2018-11-06 11:27:19 +01:00

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.