Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/15/02 08:21
Read: times


 
#22950 - RE: please help withserial output
void DELAY(void)
{
unsigned char R;
for (R = 0; R<20; R++)
{
TMOD = 0X01;
TL0 = 0XAF;
TH0 = 0X3C;
TR0 = 1;
while (TF0 == 0)
{
;
}
TR0 = 0;
TF0 = 0;
}
}


List of 5 messages in thread
TopicAuthorDate
please help withserial output            01/01/70 00:00      
RE: please help withserial output            01/01/70 00:00      
RE: please help withserial output            01/01/70 00:00      
RE: please help withserial output            01/01/70 00:00      
RE: please help withserial output            01/01/70 00:00      

Back to Subject List