初学者:78E58定时器的问题
在一个串口通信程序中握手:comtxdhandshake(); 发出握手请求
sbuf=0xf1; 0xf1:向对方请求握手
time_stop;
tmrcnt=1;
timer1_start_25ms(); 延迟25ms
while(1)
{
if(tmr1int)
{
tmr1int=0;
return;
}
if(!recievecomanswer())
..........
其中变量tmrcnt,tmrlint是什么意思?其各位大哥帮助,非常感谢
发表时间:2002年12月29日16:41:00