...0x99,0x49,0x41,0x1f,0x01,0x09,};
unsigned char dat[4];
void timer1int (void) interrupt 1 using 0{ //定时器0
EA=0;
TH0 = TIME0TH;
TL0 = TIME0TL;
CodingsWitchPolling1();
CodingsWitchPolling2();
CodingsWitchPolling3();
CodingsWitchPolling4();
EA=1;
...