單片機與串口232通訊《續(xù)》
程序:
本文引用地址:http://m.butianyuan.cn/article/201611/320388.htm#include
bit point=1;
unsigned char temp;
unsigned char i;
//---------------------------------------------------------
void init()
{
}
//-------------------------------------------------------------------------------
void send()
{
}
//----------------------------------------------------------------------------------
void UART ()interrupt 4 //串口通訊中斷
{
}
//-------------------------------------------------------------------------------------
void main()
{
}
評論