
  P1^=0x02;
  while(1)
   {
    while(!RI) {} //waiting the high byte
    daouth(SBUF); //SBUF-->hiDAC
    RI=0;
    while(!RI) {} //waiting the low byte
    daoutl(SBUF); //SBUF-->loDAC
    RI=0;
   }
