AUXR = 0x14; //独立波特率发生器工作在1T模式 IE2 = 0x01; //使能串口2中断 EA = 1; //开总中断 SendString("STC12C5A60S2\r\nUart2 Test !\r\n");while(1);} void Uart2() interrupt 8 using 1 { if (S2CON & S2RI){ S2CON &= ~S2RI; //清除接收完成标志...