Hi! I have a question about ns16550 driver. In the routine ns16550_process in the part which should send characters, function rtems_termios_dequeue_characters is called twice. This function returns 0 if there are no characters to send. This means that you will loop forever here. Am I missing something? Regards Ivica