Hello Guys
I have two devices which communicate with each other using UART. One is master, the other is slave.
Master will send a frame( flexible length) to slave and slave will reply a frame.
I am wondering if it is possible that slave can use idle line mode to detect the end of a frame.
I notice that spec says an idle receive line is detected when ten or
more continuous ones (marks) are received after the one or two stop bits of a character.
Thanks in advance.