加入了这段代码后便发上了上述的情况
//每隔一分钟,发送一次数据
ES=0;
RI=0;
tablesend[0]='1';
tablesend[1]='0';
tablesend[2]='4';
tablesend[3]='0';
tablesend[4]=(tpt/10)+0x30;
tablesend[5]=(tpt%10)+0x30;
for(j=0;j<N;j++)
{
SBUF=tablesend[j];
while(!TI);
TI=0;
}
TR1=1;
EA=1;
ES=1;