C++ uart library
As soon as you clone this repository, type some commands bellow.
mkdir build
cd build
cmake ..
sudo make install
Then you can use serial_connect library by just including serial_connect/serial_connect.hpp
Make sure you write
find_package(serial_connect REQUIRED)
in your CMakeLists.txt file.