/serialib

Serial library for Linux & Windows

Primary LanguageC++MIT LicenseMIT

Serialib

Serialib is a simple C++ library for serial communication.

  • No dependencies
  • Only two files (serialib.h and serialib.cpp)
  • Cross-platform

The library has been tested on Windows and Linux. This project has been developed with Qt Creator and succesfully compile with:

  • gcc on Linux
  • MinGW on Windows The library should work on Mac OS and be compiled with others IDE.

More details on Lulu's blog

Usage Examples

Usefull Tools