Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
/ libserialpipe Public archive

[archived] A C++ library for serial ports that takes care of concurrency

License

Notifications You must be signed in to change notification settings

LTU-RAI/libserialpipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived

A C++ library for serial ports that takes care of concurrency

Contributors


License

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.hpp into 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

About

[archived] A C++ library for serial ports that takes care of concurrency

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages