nut-code-monkey / libserial

Serial Port Programming in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libserial

This library can be used to access the serial ports on POSIX systems. You will need a recent g++ release (anything after gcc-3.2 should work) to compile libserial.

If you get the source from github, you need to generate the configure script first:

make -f Makefile.dist

You can skip this step if you are using a release package (which already contains the configure script). Once you have the configure script, run the following commands:

./configure 
make
make install

Complete documentation is available here.

About

Serial Port Programming in C++

License:Other


Languages

Language:C++ 94.1%Language:Python 3.0%Language:CMake 1.5%Language:Makefile 0.8%Language:M4 0.6%Language:Shell 0.1%