Tasmota/lib/EspSoftwareSerialNoIram-3.3.1
arendst a5afc3d227 Provide SoftwareSerial without iram usage 2017-12-05 17:42:54 +01:00
..
examples/swsertest Provide SoftwareSerial without iram usage 2017-12-05 17:42:54 +01:00
README.md Provide SoftwareSerial without iram usage 2017-12-05 17:42:54 +01:00
SoftwareSerialNoIram.cpp Provide SoftwareSerial without iram usage 2017-12-05 17:42:54 +01:00
SoftwareSerialNoIram.h Provide SoftwareSerial without iram usage 2017-12-05 17:42:54 +01:00
keywords.txt Provide SoftwareSerial without iram usage 2017-12-05 17:42:54 +01:00
library.json Provide SoftwareSerial without iram usage 2017-12-05 17:42:54 +01:00
library.properties Provide SoftwareSerial without iram usage 2017-12-05 17:42:54 +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.