This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux: overrun message appears during serial communication, the serial received data is lost.

Tool/software: Linux

Hello All

My board is am335x-evm, SDK is sdk-02.00.00.11.

I have one problem.

If an overrun message appears during serial communication, the serial received data is lost.
host is PC, device is printer.
Under general circumstances, there seems to be no problem
When transfer data amount is large and busy signal is generated, overrun occurs and data seems to be corrupted...
In order to frequently cause this problem, the serial data is slowly read from the device equipment,
busy situations often occur.
How can i fix this problem?
Will there be a problem? if I disable overrun function in serial driver (n_tty.c? or n_buffer.c? ...)
I used 8250 serial driver.
I disable DMA function in 8250 driver.
thank you your reply.