foreach (ZZDB_MonitoringItems item in List_Mon) { byte[] b = strToToHexByte(item.CollectMessage);port.Write(b, 0, b.Length); }
接收的话只有一个read方法