> I plan on using the 16F876's USART in Asynch mode to talk to a HAM TNC, > 9600 baud 8N1. Looking through the datasheet, I see the TRMT bit is set > once a transmission is complete, is it safe to assume I can being a new > transmission once that bit is set? The TRMT bit tells you that all bits have finished going out. The TXIF bit in PIR1 indicates when the UART can accept another outgoing character. This happens as soon as TXREG is copied into TSR. That gives you a whole character time to react before there would be any break in the output stream. ***************************************************************** Embed Inc, embedded system specialists in Littleton Massachusetts (978) 742-9014, http://www.embedinc.com -- http://www.piclist.com hint: The list server can filter out subtopics (like ads or off topics) for you. See http://www.piclist.com/#topics