Skip to content

k-trash/serial_connect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serial_connect

Description

C++ uart library

Installation

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.