Hi, I have to call a COMcallback, when not only a certain character arrives in the input queue, but two different bytes should call the callback (0xA5 and 0x5A, one is a start byte and the other is the Ack byte). Must I use only the option LWRS_RXCHAR, and filter all other bytes inside the COMcallback ? Thanks