Archived
Licensed under the Boost Software License 1.0, see LICENSE file for details.
Port of the serial pipe class form C#, dependent of the "serial" library.
- Header only library, copy
serialpipe.hppinto your project. - Simple to use, see example file.
- Dependency on https://github.com/wjwwood/serial
- Compile example:
g++ example.cpp -o test -std=c++14 -pthread -lserial