摘要: 一、基础通信配置 1. 串口参数设置 using System.IO.Ports; public class PlcSerial { private SerialPort _serialPort; public PlcSerial(string portName, int baudRate = 96 阅读全文
posted @ 2025-12-11 10:11 yes_go 阅读(6) 评论(0) 推荐(0)