C#的SerialPort串口程序設計總結 簡介:微軟的VS提供了SerialPort控件,也就是串行端口資源。 當然也可以添加引用 using System.IO.Ports; 通過實例化SerialPort對象就可以使用其屬 ...