{
while (!TI) ; // wait till prev. char has been sent
TI=0;
SBUF=ch;  // send next char
}