# usartPacked **Repository Path**: HappyAncia/usart-packed ## Basic Information - **Project Name**: usartPacked - **Description**: 一种通用的串口通信协议 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-21 - **Last Updated**: 2024-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README //头帧 HEAD1 = 0XA5 HEAD2 = 0X5A //尾帧 TAIL = 0XFF 接收格式: 头帧 1 + 头帧 2 + 数据长度 len + 命令 cmd + 数据 + 尾帧