# linux_serial_demo **Repository Path**: dooson/linux_serial_demo ## Basic Information - **Project Name**: linux_serial_demo - **Description**: Linux下操作串口外设示例代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2023-06-09 - **Last Updated**: 2023-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 2020-10-10 15:40:07 1. 在串口驱动文件中增加互斥锁 #### 2020-05-30 22:44:06 1. 基于Linux的serial驱动demo 2. 测试时, 采用的是自发自收方式 3. 在`main.c`中有接收数据包的示例函数`serial_read_pack()`