嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
c#ModbusTCP通信
.
├── ModbusTCP
│ ├── ModbusTCP
│ │ ├── Config
│ │ │ └── log4net.config
│ │ ├── ModbusTCP.csproj
│ │ ├── Program.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── netcoreapp3.1
│ │ │ │ ├── ModbusTCP.deps.json
│ │ │ │ ├── ModbusTCP.dll
│ │ │ │ ├── ModbusTCP.exe
│ │ │ │ ├── ModbusTCP.pdb
│ │ │ │ ├── ModbusTCP.runtimeconfig.dev.json
│ │ │ │ ├── ModbusTCP.runtimeconfig.json
│ │ │ │ ├── NModbus.Serial.dll
│ │ │ │ ├── NModbus.dll
│ │ │ │ ├── System.Configuration.ConfigurationManager.dll
│ │ │ │ ├── System.Security.Cryptography.ProtectedData.dll
│ │ │ │ ├── System.Security.Permissions.dll
│ │ │ │ ├── log4net.dll
│ │ │ │ └── runtimes
│ │ │ │ └── win
│ │ │ │ └── lib
│ │ │ │ └── netstandard2.0
│ │ │ │ └── System.Security.Cryptography.ProtectedData.dll
│ │ │ └── netcoreapp3.1.rar
│ │ ├── business
│ │ │ └── Logger.cs
│ │ ├── logfile
│ │ │ └── log.txt
│ │ └── obj
│ │ ├── Debug
│ │ │ └── netcoreapp3.1
│ │ │ ├── ModbusTCP.AssemblyInfo.cs
│ │ │ ├── ModbusTCP.AssemblyInfoInputs.cache
│ │ │ ├── ModbusTCP.GeneratedMSBuildEditorConfig.editorconfig
│ │ │ ├── ModbusTCP.assets.cache
│ │ │ ├── ModbusTCP.csproj.CopyComplete
│ │ │ ├── ModbusTCP.csproj.CoreCompileInputs.cache
│ │ │ ├── ModbusTCP.csproj.FileListAbsolute.txt
│ │ │ ├── ModbusTCP.dll
│ │ │ ├── ModbusTCP.exe
│ │ │ ├── ModbusTCP.genruntimeconfig.cache
│ │ │ ├── ModbusTCP.pdb
│ │ │ └── apphost.exe
│ │ ├── ModbusTCP.csproj.nuget.cache
│ │ ├── ModbusTCP.csproj.nuget.dgspec.json
│ │ ├── ModbusTCP.csproj.nuget.g.props
│ │ ├── ModbusTCP.csproj.nuget.g.targets
│ │ ├── project.assets.json
│ │ └── project.nuget.cache
│ └── ModbusTCP.sln
└── c#ModbusTCP通信.rar
15 directories, 39 files