基本信息
源码名称:c# EasyModbus Client
源码大小:0.79M
文件格式:.rar
开发语言:C#
更新时间:2022-04-06
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍
c# EasyModbus Client

.
├── EasyModbusTCP.NET-master
│   ├── EasyModbus
│   │   ├── EasyModbus.csproj
│   │   ├── Exceptions
│   │   │   ├── CRCCheckFailedException.cs
│   │   │   ├── ConnectionException.cs
│   │   │   ├── FunctionCodeNotSupportedException.cs
│   │   │   ├── ModbusException.cs
│   │   │   ├── QuantityInvalidException.cs
│   │   │   ├── SerialPortNotOpenedException.cs
│   │   │   └── StartingAddressInvalidException.cs
│   │   ├── ModbusClient.cs
│   │   ├── ModbusProtocol.cs
│   │   ├── ModbusServer.cs
│   │   ├── NetworkConnectionParameter.cs
│   │   ├── StoreLogData.cs
│   │   ├── TCPHandler.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── net40
│   │   │       │   ├── EasyModbus.dll
│   │   │       │   └── EasyModbus.pdb
│   │   │       ├── net45
│   │   │       │   ├── EasyModbus.dll
│   │   │       │   └── EasyModbus.pdb
│   │   │       ├── net46
│   │   │       │   ├── EasyModbus.dll
│   │   │       │   └── EasyModbus.pdb
│   │   │       └── net5.0
│   │   │           ├── EasyModbus.deps.json
│   │   │           ├── EasyModbus.dll
│   │   │           ├── EasyModbus.pdb
│   │   │           └── ref
│   │   │               └── EasyModbus.dll
│   │   └── obj
│   │       ├── Debug
│   │       │   ├── net40
│   │       │   │   ├── EasyModbus.AssemblyInfo.cs
│   │       │   │   ├── EasyModbus.AssemblyInfoInputs.cache
│   │       │   │   ├── EasyModbus.GeneratedMSBuildEditorConfig.editorconfig
│   │       │   │   ├── EasyModbus.assets.cache
│   │       │   │   ├── EasyModbus.csproj.AssemblyReference.cache
│   │       │   │   ├── EasyModbus.csproj.CoreCompileInputs.cache
│   │       │   │   ├── EasyModbus.csproj.FileListAbsolute.txt
│   │       │   │   ├── EasyModbus.dll
│   │       │   │   └── EasyModbus.pdb
│   │       │   ├── net45
│   │       │   │   ├── EasyModbus.AssemblyInfo.cs
│   │       │   │   ├── EasyModbus.AssemblyInfoInputs.cache
│   │       │   │   ├── EasyModbus.GeneratedMSBuildEditorConfig.editorconfig
│   │       │   │   ├── EasyModbus.assets.cache
│   │       │   │   ├── EasyModbus.csproj.AssemblyReference.cache
│   │       │   │   ├── EasyModbus.csproj.CoreCompileInputs.cache
│   │       │   │   ├── EasyModbus.csproj.FileListAbsolute.txt
│   │       │   │   ├── EasyModbus.dll
│   │       │   │   └── EasyModbus.pdb
│   │       │   ├── net46
│   │       │   │   ├── EasyModbus.AssemblyInfo.cs
│   │       │   │   ├── EasyModbus.AssemblyInfoInputs.cache
│   │       │   │   ├── EasyModbus.GeneratedMSBuildEditorConfig.editorconfig
│   │       │   │   ├── EasyModbus.assets.cache
│   │       │   │   ├── EasyModbus.csproj.AssemblyReference.cache
│   │       │   │   ├── EasyModbus.csproj.CoreCompileInputs.cache
│   │       │   │   ├── EasyModbus.csproj.FileListAbsolute.txt
│   │       │   │   ├── EasyModbus.dll
│   │       │   │   └── EasyModbus.pdb
│   │       │   └── net5.0
│   │       │       ├── EasyModbus.AssemblyInfo.cs
│   │       │       ├── EasyModbus.AssemblyInfoInputs.cache
│   │       │       ├── EasyModbus.GeneratedMSBuildEditorConfig.editorconfig
│   │       │       ├── EasyModbus.assets.cache
│   │       │       ├── EasyModbus.csproj.AssemblyReference.cache
│   │       │       ├── EasyModbus.csproj.CoreCompileInputs.cache
│   │       │       ├── EasyModbus.csproj.FileListAbsolute.txt
│   │       │       ├── EasyModbus.dll
│   │       │       ├── EasyModbus.pdb
│   │       │       └── ref
│   │       │           └── EasyModbus.dll
│   │       ├── EasyModbus.csproj.nuget.dgspec.json
│   │       ├── EasyModbus.csproj.nuget.g.props
│   │       ├── EasyModbus.csproj.nuget.g.targets
│   │       ├── project.assets.json
│   │       └── project.nuget.cache
│   ├── EasyModbus.NET.sln
│   ├── EasyModbusClientExample
│   │   ├── App.config
│   │   ├── EasyModbusClientExample.csproj
│   │   ├── EasyModbusClientExample.csproj.user
│   │   ├── EasyModbusClientExample_TemporaryKey.pfx
│   │   ├── MainForm.cs
│   │   ├── MainForm.designer.cs
│   │   ├── MainForm.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Resources
│   │   │   ├── PLCLoggerCompact.png
│   │   │   ├── arrow_1.png
│   │   │   ├── arrow_2.png
│   │   │   ├── arrow_left.png
│   │   │   ├── circle_delete.png
│   │   │   ├── circle_delete1.png
│   │   │   ├── circle_minus.png
│   │   │   └── small.png
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── EasyModbus.dll
│   │   │       ├── EasyModbus.pdb
│   │   │       ├── EasyModbusClientExample.application
│   │   │       ├── EasyModbusClientExample.exe
│   │   │       ├── EasyModbusClientExample.exe.config
│   │   │       ├── EasyModbusClientExample.exe.manifest
│   │   │       ├── EasyModbusClientExample.pdb
│   │   │       └── app.publish
│   │   │           └── EasyModbusClientExample.exe
│   │   ├── favicon.ico
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── EasyModbusClientExample.MainForm.resources
│   │           ├── EasyModbusClientExample.Properties.Resources.resources
│   │           ├── EasyModbusClientExample.application
│   │           ├── EasyModbusClientExample.csproj.AssemblyReference.cache
│   │           ├── EasyModbusClientExample.csproj.CopyComplete
│   │           ├── EasyModbusClientExample.csproj.CoreCompileInputs.cache
│   │           ├── EasyModbusClientExample.csproj.FileListAbsolute.txt
│   │           ├── EasyModbusClientExample.csproj.GenerateResource.cache
│   │           ├── EasyModbusClientExample.csproj.SuggestedBindingRedirects.cache
│   │           ├── EasyModbusClientExample.exe
│   │           ├── EasyModbusClientExample.exe.manifest
│   │           ├── EasyModbusClientExample.pdb
│   │           └── TempPE
│   │               └── Properties.Resources.Designer.cs.dll
│   ├── EasyModbusServerSimulator
│   │   ├── App.config
│   │   ├── EasyModbusServerSimulator.csproj
│   │   ├── Info.Designer.cs
│   │   ├── Info.cs
│   │   ├── Info.resx
│   │   ├── MainForm.Designer.cs
│   │   ├── MainForm.cs
│   │   ├── MainForm.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── PropertyForm.Designer.cs
│   │   ├── PropertyForm.cs
│   │   ├── PropertyForm.resx
│   │   ├── Resources
│   │   │   ├── PLCLoggerCompact.jpg
│   │   │   ├── PLCLoggerCompactBitmap.png
│   │   │   ├── button2.Image.png
│   │   │   ├── configure-2.png
│   │   │   ├── pictureBox1.Image.png
│   │   │   ├── red.png
│   │   │   └── small.png
│   │   ├── Settings.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── EasyModbus.dll
│   │   │       ├── EasyModbus.pdb
│   │   │       ├── EasyModbusServerSimulator.exe
│   │   │       ├── EasyModbusServerSimulator.exe.config
│   │   │       └── EasyModbusServerSimulator.pdb
│   │   ├── favicon.ico
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── EasyModbusServerSimulator.Info.resources
│   │           ├── EasyModbusServerSimulator.MainForm.resources
│   │           ├── EasyModbusServerSimulator.Properties.Resources.resources
│   │           ├── EasyModbusServerSimulator.PropertyForm.resources
│   │           ├── EasyModbusServerSimulator.csproj.AssemblyReference.cache
│   │           ├── EasyModbusServerSimulator.csproj.CopyComplete
│   │           ├── EasyModbusServerSimulator.csproj.CoreCompileInputs.cache
│   │           ├── EasyModbusServerSimulator.csproj.FileListAbsolute.txt
│   │           ├── EasyModbusServerSimulator.csproj.GenerateResource.cache
│   │           ├── EasyModbusServerSimulator.csprojAssemblyReference.cache
│   │           ├── EasyModbusServerSimulator.exe
│   │           ├── EasyModbusServerSimulator.pdb
│   │           └── TempPE
│   │               └── Properties.Resources.Designer.cs.dll
│   ├── LICENSE
│   └── README.md
└── 好例子网_EasyModbusTCP.NET-master.rar

34 directories, 161 files