# serialib **Repository Path**: bestlqiang/serialib ## Basic Information - **Project Name**: serialib - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-06-12 - **Last Updated**: 2025-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://lucidar.me/en/serialib/cross-plateform-rs232-serial-library/) ## Usage Examples * [How to list serial ports in C?](https://lucidar.me/en/serialib/scan-serial-ports/) * [How to read and write strings on serial port in C/C++](https://lucidar.me//en/serialib/read-and-write-strings-on-serial-port-in-c-cpp/) * [What are the most used baud rates?](https://lucidar.me/en/serialib/what-are-the-most-used-baud-rates/) ## Usefull Tools * [Most common baud rates table](https://lucidar.me/en/serialib/most-used-baud-rates-table/) * [Convert bauds to bits per second](https://lucidar.me/en/serialib/convert-bauds-to-bits-per-second/) * [Convert bauds to bytes per second](https://lucidar.me/en/serialib/convert-bauds-to-bytes-per-second/)