内容简介:首先是单片机接受程序:include 4 #define uchar unsigned char 5 #define uint unsigned int 6 sbit p=PSW^0;7 8 uchar receive(void){ 9 uchar data1;10 while(RI==0);//ÅÐ& if(SBUF==1) //这也是按二进制数接收的 这样写程序,要求电脑上...
用户评论
havenhome