ModbusRtuAndPLC:ModbusRTU串口助手
.
├── ModbusRtuAndPLC
│ ├── ModbusRtuAndPLC
│ │ ├── App.config
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── ModbusRtuAndPLC.csproj
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── HslCommunication.dll
│ │ │ ├── HslCommunication.xml
│ │ │ ├── HslControls.dll
│ │ │ ├── HslControls.xml
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ ├── Settings.settings
│ │ │ ├── WeifenLuo.WinFormsUI.Docking.ThemeVS2015.dll
│ │ │ ├── WeifenLuo.WinFormsUI.Docking.dll
│ │ │ └── numericalOrder.txt
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── HslCommunication.dll
│ │ │ │ ├── HslCommunication.xml
│ │ │ │ ├── HslControls.dll
│ │ │ │ ├── HslControls.xml
│ │ │ │ ├── ModbusRtuAndPLC.exe
│ │ │ │ ├── ModbusRtuAndPLC.exe.config
│ │ │ │ ├── ModbusRtuAndPLC.pdb
│ │ │ │ ├── ModbusRtuAndPLC.vshost.exe
│ │ │ │ ├── ModbusRtuAndPLC.vshost.exe.config
│ │ │ │ ├── ModbusRtuAndPLC.vshost.exe.manifest
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ ├── Newtonsoft.Json.xml
│ │ │ │ ├── 灰色.png
│ │ │ │ └── 绿色.png
│ │ │ └── Modbus Rtu数据读取V1.0
│ │ │ ├── HslCommunication.dll
│ │ │ ├── HslCommunication.xml
│ │ │ ├── HslControls.dll
│ │ │ ├── HslControls.xml
│ │ │ ├── ModbusRtuAndPLC.exe
│ │ │ ├── ModbusRtuAndPLC.exe.config
│ │ │ ├── ModbusRtuAndPLC.pdb
│ │ │ ├── ModbusRtuAndPLC.vshost.exe
│ │ │ ├── ModbusRtuAndPLC.vshost.exe.config
│ │ │ ├── ModbusRtuAndPLC.vshost.exe.manifest
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── 灰色.png
│ │ │ └── 绿色.png
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ModbusRtuAndPLC.Form1.resources
│ │ │ ├── ModbusRtuAndPLC.Properties.Resources.resources
│ │ │ ├── ModbusRtuAndPLC.csproj.CopyComplete
│ │ │ ├── ModbusRtuAndPLC.csproj.CoreCompileInputs.cache
│ │ │ ├── ModbusRtuAndPLC.csproj.FileListAbsolute.txt
│ │ │ ├── ModbusRtuAndPLC.csproj.GenerateResource.cache
│ │ │ ├── ModbusRtuAndPLC.csprojResolveAssemblyReference.cache
│ │ │ ├── ModbusRtuAndPLC.exe
│ │ │ ├── ModbusRtuAndPLC.pdb
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── 灰色.png
│ │ └── 绿色.png
│ └── ModbusRtuAndPLC.sln
└── 找例子网_ModbusRtuAndPLC.rar
9 directories, 67 files
评论