Tool/software:
Hi
I want to check if this driver support RS485 SW flow control. File is 8250_omap.c
SDK: Linux 9.0
Regards
Zekun
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.
Hello Zekun,
The comments from the driver: drivers/tty/serial/8250/8250_omap.c
/*
* OMAP rx s/w flow control is borked; the transmitter remains
* stuck off even if rx flow control is subsequently disabled
*/
So this is not really validated and might not be functional.
- Keerthy