From 48b12eafded006841bd733644b21e62071eaef26 Mon Sep 17 00:00:00 2001 From: zhangyongpan Date: Sat, 26 Jul 2025 15:51:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=99=E5=A4=9A=E4=B8=AA=E7=BA=BF=E5=9C=88?= =?UTF-8?q?=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ModbusDemo/App.xaml | 41 +++++++----- ModbusDemo/Device/IModbusRTU.cs | 4 ++ ModbusDemo/Device/ModbusRTU.cs | 78 ++++++++++++++++++++-- ModbusDemo/VIew/CoilUC.xaml | 82 +++++++++++++++++++---- ModbusDemo/VIewModel/CoilUCViewModel.cs | 88 +++++++++++++++++++++---- 5 files changed, 245 insertions(+), 48 deletions(-) diff --git a/ModbusDemo/App.xaml b/ModbusDemo/App.xaml index 53a33ed..75bc9c2 100644 --- a/ModbusDemo/App.xaml +++ b/ModbusDemo/App.xaml @@ -1,40 +1,47 @@ - + - + - +