This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

About printf() function !

HI :
if I use these codes the "printf" don't work:
{
SCON = 0x50;
TMOD |= 0x22; TCON = 0x40; TH1 = 0xFD;
//TI = 1;
printf(" thank you");
}
BUT if I set TI to hight(TI = 1) ,the printf
work fine !

why?

0