.NET SerialPort DataReceived event not firing

前端 未结 9 715
忘掉有多难
忘掉有多难 2020-12-09 22:52

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

9条回答
  •  没有蜡笔的小新
    2020-12-09 23:50

    I use VSPE too! It does work wonderfully.. I was having this same problem and the way I fixed it was to make the two com ports a PAIR in VSPE instead of just creating two virtual com ports

提交回复
热议问题