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

Writing in serial port

Hi!
I have this in my code for to write in serial port:

   while(!TXRX_is_TI_active());
   SBUF=b;
   TXRX_clearTI();

but for to work,i need initialize TI flag .
Is OK or is better to change it?

Thanks