The objective of this document is to present the MODBUS messaging service over TCP/IP , in order to provide reference information that helps software developers to implement this service. The encoding of the MODBUS function codes is not described in this document, for this information please read the MODBUS Application Protocol Specification [1]. This document gives accurate and comprehensive description of a MODBUS messaging service implementation. Its purpose is to facilitate the interoperability between the devices using the MODBUS messaging service. This document comprises mainly three parts: • An overview of the MODBUS over TCP/IP protocol • A functional description of a MODBUS client, server and gateway implementation. • An implementation guideline that proposes the object model of an MODBUS implementation example.
2019-12-21 21:14:50 437KB Modbus TCP Server Client
1
HP-Socket开发TCP Server。 简单地TCP Server,示例如何使用HP-Socket
2019-12-21 21:03:25 11.49MB HP-Socket TCP Server 通信库
1
MODBUS TCP SERVER 源码,c++,实现了功能码 03,16。只是自己用于测试时开发的,功能有限,但可自行扩充。希望对您有用。
2019-12-21 20:17:36 152KB MODBUS TCP SERVER 源码
1
G-Sockets 2.5 1、补丁发送GBuf可能导致乱序的Bug, 2、Delphi版增加内存加载DLL的功能, 3、增加授权证书功能,开发平台调试和本地IP调试均能全功能调试。
2019-12-21 19:48:51 3.73MB iocp tcp server 完成端口
1
服务器端的步骤如下。 (1)建立服务器端的Socket,开始侦听整个网络中的连接请求。 (2)当检测到来自客户端的连接请求时,向客户端发送收到连接请求的信息,并建立与客户端之间的连接。 (3)当完成通信后,服务器关闭与客户端的Socket连接。 客户端的步骤如下。 (1)建立客户端的Socket,确定要连接的服务器的主机名和端口。 (2)发送连接请求到服务器,并等待服务器的回馈信息。 (3)连接成功后,与服务器进行数据的交互。 (4)数据处理完毕后,关闭自身的Socket连接。
2019-12-21 19:48:45 29KB TCP client TCP server
1
Qt写的一个TCPSever,在树莓派上直接编译运行,发一张图片到PC端
2019-12-21 18:58:10 356KB Qt 树莓派 TCP server
1
STM32F103VCT6+W5500 TCP 服务端通信成功,开了两个TCP服务端口,可以同时通信。效果图如下:当然,W5500可以支持8个sock。应该同时开8个端口吧。 从此,TCP通讯功能基本实现。
2019-12-21 18:55:10 346KB STM32F103 W5500 TCP Server
1
本程序实现TCP 通信的服务器端和客户端的收发测试,用于基础的TCP测试。
2019-12-21 18:50:17 6KB TCP server client 收发测试
1
在STM32F103VCT6上调通了W5500的TCP连接通讯的程序。试验方法: 网络调试助手,如:NetAssist.exe 然后,在STM32试验板上连接W5500模块。把W5500网口连接到路由器或是通过交叉线直接连到PC。 然后先ping一下,确认IP等设置好了。 然后打开网络调试助手,协议类型选择:TCP Client,因为STM32+W5500程序为TCP服务端程序。 服务的IP设置为W5500模块的。这里是:192.168.1.128。可以根据需要修改。 效果如下:发了包,发送与接收字节数一样。表明通讯成功。
2014-03-13 00:00:00 329KB STM32F103 W5500 TCP Server
1
使用C#开发的 TCP SERVER 服务器,使用了多线程技术,从工作线程更新主线程的显示界面技术(委托)
2013-03-23 00:00:00 79KB TCP Server
1