单片机与PC之间串行通讯规划

单片机与PC之间串行通讯规划

单片机与PC之间串行通信设计-源程序:

#include

sbit button=P3^5;

void init_tx()

{

TMOD=0x20;

TH1=0xfd;

TL1=0xfd;

PCON=0x00;

SCON=0x40;

EA=1;

ES=1;

EX1=1;

TI=0;

EX1=1;

IT1=0;

TR1=1;

}

广告

联系我们

联系我们

在线咨询: QQ交谈

邮箱: kf@86ic.com

关注微信
微信扫一扫关注我们

微信扫一扫关注我们

返回顶部