簡單的51串口通訊(通過判斷中斷標志位實現)
unsigned int flag=0,i=0,b,a[5]={0,1,2,3,4};
本文引用地址:http://cqxgywz.com/article/201611/321660.htmvoid delay()
{
}
void main()
{
//
//
}
//void ser() interrupt 4
//{
//
//
//
//
//}
unsigned int flag=0,i=0,b,a[5]={0,1,2,3,4};
本文引用地址:http://cqxgywz.com/article/201611/321660.htmvoid delay()
{
}
void main()
{
//
//
}
//void ser() interrupt 4
//{
//
//
//
//
//}
評論