I have a WPF test app for evaluating event-based serial port communication (vs. polling the serial port). The problem is that the DataReceived event doesn\'t seem to be fir
I have had similar issue when running such a driver from a Form, as well, though no VSPE just a plain SP.
Believe this was a STA-model issue as moving to including it in a console app fixed enough.