基本信息
源码名称:modbusRTU通信
源码大小:2.94M
文件格式:.zip
开发语言:C#
更新时间:2023-11-01
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
modbusRTU通信
.
├── C#modbusRTU通信_ModbusRTU.zip
└── ModbusRTU
├── Application Files
│ ├── WindowsFormsApp5.application
│ ├── WindowsFormsApp5_1_0_0_0
│ │ ├── Resources
│ │ │ ├── IndustryAquaGauge2
│ │ │ │ └── Reflection.jpg.deploy
│ │ │ ├── IndustrySwitch
│ │ │ │ ├── 垂直关.png.deploy
│ │ │ │ ├── 垂直开.png.deploy
│ │ │ │ ├── 按钮关.png.deploy
│ │ │ │ ├── 按钮开.png.deploy
│ │ │ │ ├── 水平关.png.deploy
│ │ │ │ ├── 水平开.png.deploy
│ │ │ │ ├── 垂直关1.png.deploy
│ │ │ │ └── 垂直开2.png.deploy
│ │ │ └── Tank
│ │ │ └── JYTank.png.deploy
│ │ ├── SeeSharpTools.JY.GUI.dll.deploy
│ │ ├── WindowsFormsApp5.application
│ │ ├── WindowsFormsApp5.exe.config.deploy
│ │ ├── WindowsFormsApp5.exe.deploy
│ │ └── WindowsFormsApp5.exe.manifest
│ └── setup.exe
└── WindowsFormsApp5
├── WindowsFormsApp5
│ ├── App.config
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── IndustryAquaGauge2
│ │ │ └── Reflection.jpg
│ │ ├── IndustrySwitch
│ │ │ ├── 垂直关.png
│ │ │ ├── 垂直开.png
│ │ │ ├── 按钮关.png
│ │ │ ├── 按钮开.png
│ │ │ ├── 水平关.png
│ │ │ ├── 水平开.png
│ │ │ ├── 垂直关1.png
│ │ │ └── 垂直开2.png
│ │ └── Tank
│ │ └── JYTank.png
│ ├── WindowsFormsApp5.csproj
│ ├── WindowsFormsApp5.csproj.user
│ ├── WindowsFormsApp5_TemporaryKey.pfx
│ ├── bin
│ │ ├── Debug
│ │ │ ├── SeeSharpTools.JY.GUI.dll
│ │ │ ├── WindowsFormsApp5.application
│ │ │ ├── WindowsFormsApp5.exe
│ │ │ ├── WindowsFormsApp5.exe.config
│ │ │ ├── WindowsFormsApp5.exe.manifest
│ │ │ ├── WindowsFormsApp5.pdb
│ │ │ └── app.publish
│ │ │ ├── Application Files
│ │ │ │ └── WindowsFormsApp5_1_0_0_0
│ │ │ │ ├── Resources
│ │ │ │ │ ├── IndustryAquaGauge2
│ │ │ │ │ │ └── Reflection.jpg.deploy
│ │ │ │ │ ├── IndustrySwitch
│ │ │ │ │ │ ├── 垂直关.png.deploy
│ │ │ │ │ │ ├── 垂直开.png.deploy
│ │ │ │ │ │ ├── 按钮关.png.deploy
│ │ │ │ │ │ ├── 按钮开.png.deploy
│ │ │ │ │ │ ├── 水平关.png.deploy
│ │ │ │ │ │ ├── 水平开.png.deploy
│ │ │ │ │ │ ├── 垂直关1.png.deploy
│ │ │ │ │ │ └── 垂直开2.png.deploy
│ │ │ │ │ └── Tank
│ │ │ │ │ └── JYTank.png.deploy
│ │ │ │ ├── SeeSharpTools.JY.GUI.dll.deploy
│ │ │ │ ├── WindowsFormsApp5.exe.config.deploy
│ │ │ │ ├── WindowsFormsApp5.exe.deploy
│ │ │ │ └── WindowsFormsApp5.exe.manifest
│ │ │ ├── WindowsFormsApp5.application
│ │ │ ├── WindowsFormsApp5.exe
│ │ │ └── setup.exe
│ │ └── Release
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── WindowsFormsApp5.Form1.resources
│ │ ├── WindowsFormsApp5.Properties.Resources.resources
│ │ ├── WindowsFormsApp5.application
│ │ ├── WindowsFormsApp5.csproj.AssemblyReference.cache
│ │ ├── WindowsFormsApp5.csproj.CopyComplete
│ │ ├── WindowsFormsApp5.csproj.CoreCompileInputs.cache
│ │ ├── WindowsFormsApp5.csproj.FileListAbsolute.txt
│ │ ├── WindowsFormsApp5.csproj.GenerateResource.cache
│ │ ├── WindowsFormsApp5.exe
│ │ ├── WindowsFormsApp5.exe.manifest
│ │ └── WindowsFormsApp5.pdb
│ └── packages.config
├── WindowsFormsApp5.sln
└── packages
└── SeeSharpTools.JY.GUI.1.4.4.533
├── SeeSharpTools.JY.GUI.1.4.4.533.nupkg
├── content
│ └── Resources
│ ├── IndustryAquaGauge2
│ │ └── Reflection.jpg
│ ├── IndustrySwitch
│ │ ├── 垂直关.png
│ │ ├── 垂直开.png
│ │ ├── 按钮关.png
│ │ ├── 按钮开.png
│ │ ├── 水平关.png
│ │ ├── 水平开.png
│ │ ├── 垂直关1.png
│ │ └── 垂直开2.png
│ └── Tank
│ └── JYTank.png
└── lib
└── net40
└── SeeSharpTools.JY.GUI.dll
36 directories, 91 files
modbusRTU通信
.
├── C#modbusRTU通信_ModbusRTU.zip
└── ModbusRTU
├── Application Files
│ ├── WindowsFormsApp5.application
│ ├── WindowsFormsApp5_1_0_0_0
│ │ ├── Resources
│ │ │ ├── IndustryAquaGauge2
│ │ │ │ └── Reflection.jpg.deploy
│ │ │ ├── IndustrySwitch
│ │ │ │ ├── 垂直关.png.deploy
│ │ │ │ ├── 垂直开.png.deploy
│ │ │ │ ├── 按钮关.png.deploy
│ │ │ │ ├── 按钮开.png.deploy
│ │ │ │ ├── 水平关.png.deploy
│ │ │ │ ├── 水平开.png.deploy
│ │ │ │ ├── 垂直关1.png.deploy
│ │ │ │ └── 垂直开2.png.deploy
│ │ │ └── Tank
│ │ │ └── JYTank.png.deploy
│ │ ├── SeeSharpTools.JY.GUI.dll.deploy
│ │ ├── WindowsFormsApp5.application
│ │ ├── WindowsFormsApp5.exe.config.deploy
│ │ ├── WindowsFormsApp5.exe.deploy
│ │ └── WindowsFormsApp5.exe.manifest
│ └── setup.exe
└── WindowsFormsApp5
├── WindowsFormsApp5
│ ├── App.config
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── IndustryAquaGauge2
│ │ │ └── Reflection.jpg
│ │ ├── IndustrySwitch
│ │ │ ├── 垂直关.png
│ │ │ ├── 垂直开.png
│ │ │ ├── 按钮关.png
│ │ │ ├── 按钮开.png
│ │ │ ├── 水平关.png
│ │ │ ├── 水平开.png
│ │ │ ├── 垂直关1.png
│ │ │ └── 垂直开2.png
│ │ └── Tank
│ │ └── JYTank.png
│ ├── WindowsFormsApp5.csproj
│ ├── WindowsFormsApp5.csproj.user
│ ├── WindowsFormsApp5_TemporaryKey.pfx
│ ├── bin
│ │ ├── Debug
│ │ │ ├── SeeSharpTools.JY.GUI.dll
│ │ │ ├── WindowsFormsApp5.application
│ │ │ ├── WindowsFormsApp5.exe
│ │ │ ├── WindowsFormsApp5.exe.config
│ │ │ ├── WindowsFormsApp5.exe.manifest
│ │ │ ├── WindowsFormsApp5.pdb
│ │ │ └── app.publish
│ │ │ ├── Application Files
│ │ │ │ └── WindowsFormsApp5_1_0_0_0
│ │ │ │ ├── Resources
│ │ │ │ │ ├── IndustryAquaGauge2
│ │ │ │ │ │ └── Reflection.jpg.deploy
│ │ │ │ │ ├── IndustrySwitch
│ │ │ │ │ │ ├── 垂直关.png.deploy
│ │ │ │ │ │ ├── 垂直开.png.deploy
│ │ │ │ │ │ ├── 按钮关.png.deploy
│ │ │ │ │ │ ├── 按钮开.png.deploy
│ │ │ │ │ │ ├── 水平关.png.deploy
│ │ │ │ │ │ ├── 水平开.png.deploy
│ │ │ │ │ │ ├── 垂直关1.png.deploy
│ │ │ │ │ │ └── 垂直开2.png.deploy
│ │ │ │ │ └── Tank
│ │ │ │ │ └── JYTank.png.deploy
│ │ │ │ ├── SeeSharpTools.JY.GUI.dll.deploy
│ │ │ │ ├── WindowsFormsApp5.exe.config.deploy
│ │ │ │ ├── WindowsFormsApp5.exe.deploy
│ │ │ │ └── WindowsFormsApp5.exe.manifest
│ │ │ ├── WindowsFormsApp5.application
│ │ │ ├── WindowsFormsApp5.exe
│ │ │ └── setup.exe
│ │ └── Release
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── WindowsFormsApp5.Form1.resources
│ │ ├── WindowsFormsApp5.Properties.Resources.resources
│ │ ├── WindowsFormsApp5.application
│ │ ├── WindowsFormsApp5.csproj.AssemblyReference.cache
│ │ ├── WindowsFormsApp5.csproj.CopyComplete
│ │ ├── WindowsFormsApp5.csproj.CoreCompileInputs.cache
│ │ ├── WindowsFormsApp5.csproj.FileListAbsolute.txt
│ │ ├── WindowsFormsApp5.csproj.GenerateResource.cache
│ │ ├── WindowsFormsApp5.exe
│ │ ├── WindowsFormsApp5.exe.manifest
│ │ └── WindowsFormsApp5.pdb
│ └── packages.config
├── WindowsFormsApp5.sln
└── packages
└── SeeSharpTools.JY.GUI.1.4.4.533
├── SeeSharpTools.JY.GUI.1.4.4.533.nupkg
├── content
│ └── Resources
│ ├── IndustryAquaGauge2
│ │ └── Reflection.jpg
│ ├── IndustrySwitch
│ │ ├── 垂直关.png
│ │ ├── 垂直开.png
│ │ ├── 按钮关.png
│ │ ├── 按钮开.png
│ │ ├── 水平关.png
│ │ ├── 水平开.png
│ │ ├── 垂直关1.png
│ │ └── 垂直开2.png
│ └── Tank
│ └── JYTank.png
└── lib
└── net40
└── SeeSharpTools.JY.GUI.dll
36 directories, 91 files