基於C#實現串口通訊Demo

1.基本概念   2.前端winForm佈局以下(僅僅爲了實現功能,佈局略醜)   3.代碼實現以下 1 namespace SerialPortTest 2 { 3 public partial class Form1 : Form 4 { 5 SerialPort sp1 = new SerialPort(); 6 pub
相關文章
相關標籤/搜索