Peter Stuge wrote:
Perhaps writing to the FIFO can happen already when initially receiving the data from the serial port
Another approach is to do copying with interrupts enabled. It might then instead require a bit from the buffer management, to avoid the receive interrupt from stomping on unsent data.
//Peter