System.IO.Ports.SerialPort com = new System.IO.Ports.SerialPort("com3");
com.Open();
com.WriteLine(
"P");
com.Close();


//是不是很简单

相关文章:

  • 2022-12-23
  • 2022-02-08
  • 2021-10-23
  • 2021-11-29
  • 2022-12-23
  • 2021-12-04
  • 2021-05-29
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案