dep_yangw
我叫锄头 10 months ago
parent 943ea654d8
commit f2e0d4dcb6

@ -47,7 +47,7 @@ namespace ProductionSystem.Untils.Tool
var by = me.GetByteDat();
var sendMes = by.ToHex(" ");
XTrace.WriteLine($"膨胀阀[{mo}-{com}]发送报文:{0}", sendMes);
XTrace.WriteLine($"膨胀阀[{mo}-{com}]发送报文:{sendMes}");
mfSerialInfo = new MfSerialInfo(0x13, 0x23, com, "19200");

@ -68,7 +68,7 @@ namespace ProductionSystem.Untils.Tool
}
int cou = 0;
XTrace.WriteLine($"四通阀[{mo}-{com}]发送报文:{0}", sendMes);
XTrace.WriteLine($"四通阀[{mo}-{com}]发送报文:{sendMes}");
bool b = false;
mfSerialInfo.MsgFunc += (x) =>

Loading…
Cancel
Save