# AnalogUART **Repository Path**: lzc56/analog-uart ## Basic Information - **Project Name**: AnalogUART - **Description**: 普通IO做模拟串口,9600波特率。支持不定长接收。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-01-05 - **Last Updated**: 2023-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # History ```C Date: 2021-11-17 Log: First Release ``` --- ```C Date: 2022年1月5日 Log: 1.基于低功耗状态机代码进行更改,使用PA5、PA6作为串口引脚,PA6为RXD PA5为TXD 2.串口波特率为9600 8N1 开启RXD引脚下降沿中断以及两个定时器 ```