CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 串口编程 搜索资源 - 客户 服务器

搜索资源列表

  1. NetElectron

    0下载:
  2. 网络家电,通过网络来控制家电,串口通信,网络通信。先启动服务器,然后启动客户端,初始密码为“xhw”-home network, through the network to control home appliances, serial communication, and network communications. Start the server first, then start the client, the initial password "xhw"
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:605.18kb
    • 提供者:谢红伟
  1. 0904 与WinSock结合的串口通信实例

    1下载:
  2. 与WinSock结合的串口通信实例,分为服务器端何客户端两个程序,程序名分别为SClient,SServer -WinSock combined with the serial communication examples, divided into server-client 2 DR procedures, procedures were respectively SClient, SServer
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1.92mb
    • 提供者:严沁
  1. WinSock.pbl

    0下载:
  2. 说明, 服务器端 1,SocketServer中,有个uo_Socket_Server类型的数组Connects,实现多个连接管理。 2,uo_Socket_Server实例是通过w_1.tab_1.OpenTab()打开的。 3,SocketNotify为自定义事件pbm_custom01。 4,ue_SocketNotify为自定义事件。 客户端 1,很简单,就不说了。-note, a server, SocketServer. a uo_Socket_Serv
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:258.4kb
    • 提供者:long
  1. netdllHwSocket

    0下载:
  2. 这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:47.42kb
    • 提供者:张雨
  1. TCPUDP

    0下载:
  2. 网络口测试工具,通过网络口进行传输数据,可以进行服务器客户端一体-Network interface test tools, data transmission through the network port, the client server can be integrated
  3. 所属分类:Com Port

    • 发布日期:2017-04-10
    • 文件大小:1.62mb
    • 提供者:朱军
  1. MySocketPro

    0下载:
  2. 用socket套接字处理串口通信功能,实现客户端和服务器的连接和断开的功能-Socket socket to use to deal with serial communication function, the realization of the client and server functions connect and disconnect
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:53.96kb
    • 提供者:齐峰
  1. 947q

    0下载:
  2. 串口通讯在客户端/服务器类型的应用程序设计中经常要使用到,目前串口通讯采用的一般是专用软件包或者标准串口通讯协议(如XMODEM、ZMODEM等),这样完整详细且免费的软件包比较少,所以在SPCOMM的基础之上建立了本文所描述的串口通讯协议,称之为RCC(表示为Reliable Comm Communication),其主要目标是在用串口进行通讯的客户端/服务器双方建立一条可靠的通讯链路,就象TCP(RFC793)一样。该协议的目前的开发是采用VC++,应用平台为WIN95/NT,但作为RCC协
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:376.44kb
    • 提供者:张利
  1. server_client

    0下载:
  2. 本人写的一个window下的客户-服务器的通信程序,实现的功能简单,但稍微改下可以实现很多用途-I wrote a window under the client- server communication program, functions simple, but a little change can be achieved under the many uses
  3. 所属分类:Com Port

    • 发布日期:2017-04-08
    • 文件大小:6.42kb
    • 提供者:
  1. winsock_vb

    1下载:
  2. 此系统为VB通过winsock实现客户端与服务器端的之间的通信,对于winsock的一些基础知识都得到了实现,对于初学者来说是一份挺不错的学习资料-The system adopted for the VB winsock to achieve client and server side communication between some of the basics of winsock have been realized, for beginners is a very good lea
  3. 所属分类:Com Port

    • 发布日期:2017-03-24
    • 文件大小:6.66kb
    • 提供者:熊文涛
  1. VC

    0下载:
  2. 通过VC,在本机编写了一个通信的测试小程序,通过客户端发送一个数据,实现服务器端接收,通过本机回调即可实现,-By VC, in the preparation of this machine, a communications test applet, the client sends a data through to achieve server-side receiver, the callback can be realized by the machine,
  3. 所属分类:Com Port

    • 发布日期:2017-05-15
    • 文件大小:3.65mb
    • 提供者:dhx
  1. Example8

    0下载:
  2. 以RS View32为服务器的OPC客户端编程~OPC client 实例-To RS View32 as OPC server client programming ~ OPC client example
  3. 所属分类:Com Port

    • 发布日期:2017-04-08
    • 文件大小:71.08kb
    • 提供者:林子建
  1. Serial-communication-program-design

    0下载:
  2. VisualBasic串口通信程序设计 随着vb版本的不断升级,vb将成为最快速、易用、强劲的应用开发工具,是企业级客户/服务器应用软件开发的首选工具之一-VisualBasic programming serial communication with the vb version of the continuing escalation, vb will be the most rapid, easy to use, powerful application development tool
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:5.96kb
    • 提供者:陈碧铭
  1. UDP

    0下载:
  2. PC机与串口通信的以太网例子,基于UDP协议的客户和服务器端-PC, Ethernet and serial communication example, UDP-based client and server-side
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:99.19kb
    • 提供者:安妮
  1. MyQQ

    0下载:
  2. 一个基于串口通信的聊天程序,有客户端和服务器端两部分组成。-A chat program based on serial communication, there are both client and server-side components.
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:89.89kb
    • 提供者:tinn
  1. WinSocket

    0下载:
  2. VB语言的服务器,客户端交换,实现实时更新及简单的聊天工具-server client
  3. 所属分类:Com Port

    • 发布日期:2017-11-07
    • 文件大小:9.51kb
    • 提供者:Dowson
  1. COM-sent

    0下载:
  2. COM协议通讯客户端服务器发送数据,用于客户端通过COM协议发送消息给服务器端-The COM protocol communication client server sends the data used to client through COM protocol to send messages to the server-side
  3. 所属分类:Com Port

    • 发布日期:2017-10-31
    • 文件大小:71.73kb
    • 提供者:dior
  1. SocketServer

    0下载:
  2. Socket通信编程服务器端,客户端建下边-Socket comunicatino
  3. 所属分类:Com Port

    • 发布日期:2017-11-09
    • 文件大小:16.66kb
    • 提供者:lijm
  1. SocketClient

    0下载:
  2. socket 源码客户端程序,服务器端已传-socket comunication
  3. 所属分类:Com Port

    • 发布日期:2017-11-18
    • 文件大小:15.9kb
    • 提供者:lijm
  1. TCPtoCom

    0下载:
  2. 这是个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
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:960.34kb
    • 提供者:付其业
  1. cPP-socket(tcp)

    0下载:
  2. TCPIP通讯,含有一个客户端和服务器端,C++,以通过VC6.0编译-TCPIP communications, containing a client and server side, C++, VC6.0 compiler through
  3. 所属分类:Com Port

    • 发布日期:2017-04-14
    • 文件大小:5.44kb
    • 提供者:裘君燕
« 12 »
搜珍网 www.dssz.com