Closed
Description
For implementing a custom protocol handler based on UART, it is necessary to get knowledge about the LIN Break Detection, Framing Error and Parity Error signals. What is the proposed way for such an implementation?
Would it be ok to propose an extenions of the HarewareSerial class to provide a error callback mechanism that gets called by the HAL_UART_ErrorCallback()? If so, I would be happy to make such a proposal for further discussion.