Skip to content

Implementation of the Arduino software serial for ESP8266

Notifications You must be signed in to change notification settings

banan-smarthome/espsoftwareserial

 
 

Repository files navigation

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.

It is not possible to use the standard Arduino attachInterrupt when using this library.

About

Implementation of the Arduino software serial for ESP8266

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%