色婷婷AⅤ一区二区三区|亚洲精品第一国产综合亚AV|久久精品官方网视频|日本28视频香蕉

          新聞中心

          PC和ATMEGA128串口通信

          作者: 時(shí)間:2016-11-10 來(lái)源:網(wǎng)絡(luò) 收藏
          /*PCATMEGA128通信,ATMEGA以輪循方式發(fā)送,中斷方式接受*/

          #include
          #define RXEN0 4
          #define TXEN0 3
          #define RXCIE0 7
          #define UDRE0 5
          #define UCSZ00 1
          #define UCSZ01 2
          #define UCSZ02 2
          #define RXC0 7
          char str[20];

          本文引用地址:http://cafeforensic.com/article/201611/317348.htm

          unsigned char in;
          void Uar_init(void);
          void COM_send(void);


          interrupt[19] void uart0(void)
          {
          bit flag=1;
          str[in]=UDR0;
          if(str[in]==$) //$為停止標(biāo)志
          {
          UCSR0B&=~(1< str[in]=