|
From: Jim P. <ji...@jt...> - 2005-06-19 16:49:01
|
> > Did you try to send data as I wrote, using TI checks?
>
> Yes, this is the code I used for putchar:
>
> void putchar(char ch)
> {
> while(!T1) ;
> T1=0;
> SBUF=ch;
> }
What's T1? You should be using TI.
-jim
|