c# 读写SerialPort

          SerialDataReceivedEventHandler无反映
不要忘记这2属性赋值。

serialPort1.DtrEnable = true; serialPort1.RtsEnable = true;
相关文章
相关标签/搜索