Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 369 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 369 Bytes

Serial Port Library

A Linux/Windows C library providing easy access to PC serial ports.

Description

This library implementation is really simple to be easily portable between various operating systems.
Thus, blocking functions use busy loops to avoid using threads.
Be careful, some functions are tailored for usage simplicity and don't signal eventual error.