摘要: Qt5.6.3 是最后支持xp系统的长期支持版本。 阅读全文
posted @ 2025-07-11 16:34 liliyou 阅读(31) 评论(0) 推荐(0)
摘要: Thread thread = new Thread(new ThreadStart(() => { Console.WriteLine("可用串口列表:"); string[] ports = SerialPort.GetPortNames(); foreach (string port in p 阅读全文
posted @ 2025-07-11 08:57 liliyou 阅读(92) 评论(0) 推荐(0)