搜索资源列表
netdllHwSocket
- 这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。
947q
- 串口通讯在客户端/服务器类型的应用程序设计中经常要使用到,目前串口通讯采用的一般是专用软件包或者标准串口通讯协议(如XMODEM、ZMODEM等),这样完整详细且免费的软件包比较少,所以在SPCOMM的基础之上建立了本文所描述的串口通讯协议,称之为RCC(表示为Reliable Comm Communication),其主要目标是在用串口进行通讯的客户端/服务器双方建立一条可靠的通讯链路,就象TCP(RFC793)一样。该协议的目前的开发是采用VC++,应用平台为WIN95/NT,但作为RCC协
tcpclient
- 一个小的tcp客户端程序,应用套接字协议,供验证网络连接使用-Tcp a small client program, application Sockets, verify network connectivity for use
081204ast030
- 客户端 程序 串口 tcp 多客户端(与前1个配套)-vb com
tcpclient
- tcp 通讯客户端socket建立的完整过程,对实际应用者有用。-tcp communications client socket to establish the complete process, useful to the actual application.
TCPcPP
- tcp通信,套接字,客户端,可以实现类似qq的功能,用到信号量的知识-tcp socket
TCPtoCom
- 这是个TCP与串口互转工具,可以将TCP数据转成串口数据,通过串口发送下来,也可以将串口数据转成TCP数据,发送上去.此工具支持的TCP协议有:TCP服务器与TCP客户端.-This is a TCP and serial referrals and tools can be TCP data into serial data through the serial port to send down the serial data can also be transferred into TCP
cPP-socket(tcp)
- TCPIP通讯,含有一个客户端和服务器端,C++,以通过VC6.0编译-TCPIP communications, containing a client and server side, C++, VC6.0 compiler through
AsyncTcpClient
- 用C#2010编写的tcp/ip协议以太网通讯程序,作为客户端使用-useing C#2010,encode tcp enternet program custemor part
TaoJieZi
- TCP,UDP套接字通信,可实现客户端和服务端的收发通信-TCP, UDP socket communication, you can send and receive communications between the client and server
S7-200 SMART CPU Modbus TCP客户端指令库(1)
- 200 smart modbus TCP 客户端 指令库(200 smart modbus TCP)
tcp
- TCP基本应用,拥有客户端,服务器端,可以进行网络连接(TCP basic applications, with client, server side, can connect to the network)