A lightweight alternative to SoftwareSerial for high-speed serial communication running on ESP8266/ESP32 platform.
- Choose
Sketch->Include Library->Manage Libraries... - Type
TinySerialinto the search box. - Click the row to select the library.
- Click the
Installbutton to install the library.
- Choose
PIO Home->Libraries->Registry - Type
TinySerialinto the search box. - Click the row to select the library.
- Click the
Installbutton to install the library.
cd ~/Documents/Arduino/libraries/
git clone https://github.com/exocet22/TinySerial TinySerial/!\ Only 8N1 serial communication.
The library allows full software serial communication up to 344 Kbps. It uses hardware internal timer and interruptions on GPIO edges.
The library accepts faster serial communication speed than standard SoftwareSerial and uses less resources.
See examples folder.
This libary is licensed under the MIT Licence.