首页 > TAG信息列表 > SendByteSerially

用PROTEUS仿真单片机串口通讯

设计要求: 实现与Proteus中的8051单片机进行串行通信。先回顾一下串行通信。在串行通信中有两个引脚分别称为TX和RX。TX引脚用于发送数据,而RX引脚用于接收数据。 原理图和代码就直接放一下好了 #include <reg52.h> #define Baud_rate 0xFD void SerialInitialize(void); void S