This library provides a simple API for Arduino to communicate over serial port.
##Install
Search for the library ID
platformio lib search SerilComm
Install it
platformio lib install [LIBRARY_ID]
Download the zip file
##Usage Please see the example section below
##Example To use the exmaple please run the following command
platformio ci --lib . --board pro8MHzatmega328 examples/basic.ino