日期: 2024 年 12 月 20 日

1 篇文章

C#实现自动连接串口
using System; using System.IO.Ports; using System.Text; using System.Threading; namespace ConsoleApplication3 { internal class Program { public SerialPort serialPort; public b…