# 串口通信 **Repository Path**: zhao-mingt/serial-communication ## Basic Information - **Project Name**: 串口通信 - **Description**: 基于51单片机的串口通信程序。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-11 - **Last Updated**: 2023-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: 嵌入式, 串口通信 ## README # 串口通信 #### 介绍 基于51单片机的串口通信程序。 #### 使用说明 串口通信,重写了putchar()和_getkey()函数,在包含时,可使用printf()和scanf()函数向上位机输出或读入数据。接受缓冲区设置为20字节。