Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.13 KB

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