单片机IO口模拟RS232串口C语言程序
单片机I/O口模拟RS232串口C语言程序 #include <reg51.h> sbit BT_SND =P1^0; sbit BT_REC =P1^1; /********************