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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/29/99 20:50
Read: times


 
#1108 - RE: Keil ds80c320 serial port example
I haven't tried it myself, but try changing the putchar() function to the following:

char putchar (char c)
{
TI_1 = 0;
SBUF1 = c; /* output character */
while (!TI_1); /* wait until transmitter ready */
return (c);
}

See if that works any better...

Craig Steiner


List of 4 messages in thread
TopicAuthorDate
Keil ds80c320 serial port example            01/01/70 00:00      
RE: Keil ds80c320 serial port example            01/01/70 00:00      
RE: Keil ds80c320 serial port example            01/01/70 00:00      
RE: Header file errors            01/01/70 00:00      

Back to Subject List