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

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

本次赞助数额为: 2 元 
   源码介绍

C#ModbusTCP客户端



.
├── AboutMe.Designer.cs
├── AboutMe.cs
├── AboutMe.resx
├── C#ModbusTCP客户端_C%23串口和以太网超级通信调试助手.zip
├── LICENSE.txt
├── LeafControl
│   ├── BytesBox.cs
│   ├── CMDTextBox.cs
│   └── HexBox.cs
├── LeafSoft.csproj
├── LeafSoft.sln
├── Lib
│   ├── AppInfor.cs
│   ├── BytesCheck.cs
│   ├── EnumType.cs
│   ├── HotKey.cs
│   ├── LeafEvent.cs
│   └── SnifferSocket.cs
├── Model
│   ├── CMD.cs
│   ├── IPPacket.cs
│   ├── LeafTCPClient.cs
│   └── LeafUDPClient.cs
├── PartPanel
│   ├── BasePanel.cs
│   ├── ComMonitor.Designer.cs
│   ├── ComMonitor.cs
│   ├── ComPanel.Designer.cs
│   ├── ComPanel.cs
│   ├── ComPanel.resx
│   ├── PingPanel.Designer.cs
│   ├── PingPanel.cs
│   ├── PingPanel.resx
│   ├── SocketMonitor.Designer.cs
│   ├── SocketMonitor.cs
│   ├── SocketMonitor.resx
│   ├── TCPClientPanel.Designer.cs
│   ├── TCPClientPanel.cs
│   ├── TCPClientPanel.resx
│   ├── TCPServerPanel.Designer.cs
│   ├── TCPServerPanel.cs
│   ├── TCPServerPanel.resx
│   ├── TelnetPanel.Designer.cs
│   ├── TelnetPanel.cs
│   ├── TelnetPanel.resx
│   ├── UDPClientPanel.Designer.cs
│   ├── UDPClientPanel.cs
│   ├── UDPClientPanel.resx
│   ├── UDPServerPanel.Designer.cs
│   ├── UDPServerPanel.cs
│   └── UDPServerPanel.resx
├── Program.cs
├── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── README.md
├── Resources
│   ├── calculator.png
│   ├── com.ico
│   ├── greenlight.png
│   ├── hex.ico
│   ├── hex.png
│   ├── leafsoft.png
│   ├── license.png
│   ├── monitor_com.png
│   ├── monitor_com_icon.ico
│   ├── monitor_socket.png
│   ├── monitor_socket_icon.ico
│   ├── ntcp.png
│   ├── nudp.png
│   ├── redlight.png
│   ├── tcp.ico
│   ├── ucom.png
│   └── udp.ico
├── Units
│   ├── DataReceive.Designer.cs
│   ├── DataReceive.cs
│   ├── DataReceive.resx
│   ├── DataSend.Designer.cs
│   ├── DataSend.cs
│   ├── DataSend.resx
│   ├── ICommunication.cs
│   ├── NetRs232.Designer.cs
│   ├── NetRs232.cs
│   ├── NetRs232.resx
│   ├── NetTCPClient.Designer.cs
│   ├── NetTCPClient.cs
│   ├── NetTCPClient.resx
│   ├── NetTCPServer.Designer.cs
│   ├── NetTCPServer.cs
│   ├── NetTCPServer.resx
│   ├── NetUDPClient.Designer.cs
│   ├── NetUDPClient.cs
│   ├── NetUDPClient.resx
│   ├── NetUDPServer.Designer.cs
│   ├── NetUDPServer.cs
│   ├── NetUDPServer.resx
│   ├── TabDataReceive.Designer.cs
│   ├── TabDataReceive.cs
│   └── TabDataReceive.resx
├── app.config
├── frmBytes.Designer.cs
├── frmBytes.cs
├── frmBytes.resx
├── frmCMD.Designer.cs
├── frmCMD.cs
├── frmCMD.resx
├── frmCheck.Designer.cs
├── frmCheck.cs
├── frmCheck.resx
├── frmLicense.Designer.cs
├── frmLicense.cs
├── frmLicense.resx
├── frmPlan.Designer.cs
├── frmPlan.cs
├── frmPlan.resx
├── frmPoly.Designer.cs
├── frmPoly.cs
├── frmPoly.resx
├── leafsoft.ico
├── yyzq.Designer.cs
├── yyzq.cs
└── yyzq.resx

7 directories, 119 files