From 8e33a90f97902672d2b437aad17aaebcf0a916b7 Mon Sep 17 00:00:00 2001 From: iioter Date: Mon, 18 Jul 2022 23:04:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A9=B1=E5=8A=A8=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Plugins/Drivers/DriverModbusMaster/ModbusMaster.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Drivers/DriverModbusMaster/ModbusMaster.cs b/Plugins/Drivers/DriverModbusMaster/ModbusMaster.cs index fe11cc7..8867ce6 100644 --- a/Plugins/Drivers/DriverModbusMaster/ModbusMaster.cs +++ b/Plugins/Drivers/DriverModbusMaster/ModbusMaster.cs @@ -524,7 +524,7 @@ namespace DriverModbusMaster } catch (Exception ex) { - rpcResponse.Description = $"写入失败:{Method},{Ioarg}"; + rpcResponse.Description = $"写入失败,[Method]:{Method},[Ioarg]:{Ioarg},[ex]:{ex}"; } return rpcResponse; }