??? 07/07/08 08:54 Read: times |
#156456 - Pretty much the whole thing - I can add this tho Responding to: ???'s previous message |
void output_data(char scode)
{ DATA_INT = 0; SBUF = scode; while(!TI); // wait till end of transmission TI = 0; DATA_INT = 1; } |