PLC通讯demo
.
├── HslCommunicationDemo-master
│ ├── Dll
│ │ ├── HslCommunication.dll
│ │ ├── HslCommunication.xml
│ │ ├── Newtonsoft.Json.dll
│ │ └── Newtonsoft.Json.xml
│ ├── HslCommunicationDemo
│ │ ├── FormLoad.Designer.cs
│ │ ├── FormLoad.cs
│ │ ├── FormLoad.resx
│ │ ├── FormMelsec.Designer.cs
│ │ ├── FormMelsec.cs
│ │ ├── FormMelsec.resx
│ │ ├── FormModbus.Designer.cs
│ │ ├── FormModbus.cs
│ │ ├── FormModbus.resx
│ │ ├── FormSiemens.Designer.cs
│ │ ├── FormSiemens.cs
│ │ ├── FormSiemens.resx
│ │ ├── HslCommunicationDemo.csproj
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── HslCommunicationDemo.sln
│ ├── LICENSE
│ ├── README.md
│ └── imgs
│ ├── 1.png
│ ├── 2.png
│ ├── 3.png
│ └── 4.png
└── 找例子网_HslCommunicationDemo-master.zip
5 directories, 31 files
评论