| ??? 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 |
| Topic | Author | Date |
| 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 |



