Tasmota/lib/EspSoftwareSerial-3.3.1
arendst 4cf64af51e Add iram option to MHZ19(B) driver (#1248)
Add iram option to MHZ19(B) driver (#1248)
2017-12-06 17:45:47 +01:00
..
examples/swsertest Add iram option to MHZ19(B) driver (#1248) 2017-12-06 17:45:47 +01:00
README.md Add iram option to MHZ19(B) driver (#1248) 2017-12-06 17:45:47 +01:00
SoftwareSerial.cpp Add iram option to MHZ19(B) driver (#1248) 2017-12-06 17:45:47 +01:00
SoftwareSerial.h Add iram option to MHZ19(B) driver (#1248) 2017-12-06 17:45:47 +01:00
keywords.txt Add iram option to MHZ19(B) driver (#1248) 2017-12-06 17:45:47 +01:00
library.json Add iram option to MHZ19(B) driver (#1248) 2017-12-06 17:45:47 +01:00
library.properties Add iram option to MHZ19(B) driver (#1248) 2017-12-06 17:45:47 +01:00

README.md

EspSoftwareSerial

Implementation of the Arduino software serial library for the ESP8266

Same functionality as the corresponding AVR library but several instances can be active at the same time. Speed up to 115200 baud is supported. The constructor also has an optional input buffer size.

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 in high baud rates.