8000 GitHub - nut-code-monkey/libserial: Serial Port Programming in C++
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nut-code-monkey/libserial

 
 

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++

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE.txt
GPL-2.0
COPYING
LGPL-3.0
COPYING.LESSER

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.0%
  • Python 3.0%
  • CMake 1.5%
  • Other 1.5%
0