# Serial_Port_Library **Repository Path**: No_C/Serial_Port_Library ## Basic Information - **Project Name**: Serial_Port_Library - **Description**: 一个简单的串口工具库,提供在windows环境和linux环境下操作串口的接口 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-12-02 - **Last Updated**: 2022-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.