I am setting up a communication with several devices via a COM port.
For the sake of presence check, I would like to implement that a present device can set a so-called BREAK condition on its UART TX. (A break condition is a condition where the sender sets its TX to low for more than 8 bits.)
But how can I detect this condition on the PC side under Windows? I have found some functions to set a break condition, or to send a timed break, but not for detecting one.