Altera_Forum
Honored Contributor
20 years agouart with cts/rts
Hello,
I am using an uart with CTS/RTS, and I am experiencing serial communications problems. When I am trying to communicate at 115200 bauds, I often get "input overrun(s)". It seems that means the driver is not quick enough to catch and process all characters. I cannot see any difference whether I use CTS/RTS or not... Is it implemented, and does the driver take care of it ? When trying 'stty -D /dev/ttyS1 115200 crtscts', I get a message saying that not all operations were performed, and only the baudrate change is made. Anyway, with or without the CTS/RTS function, does someone have an idea of how to improve the uart performance ? Thanks Regards Pod