c# .Net trouble with Timer Callbacks/UART receive event
I want to reiceive data over UART and trigger an receive event with an delay of 50ms after the last data on UART was received. The goal is to receive complete blocks and trigger the event after the block is complete.