CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 通信协议

搜索资源列表

  1. zzz

    0下载:
  2. usb与计算机进行串行通信通信协议程序,单片机部分。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2102
    • 提供者:草芥
  1. C# 聊天室 模拟群聊和私聊 源码

    0下载:
  2. c#编写的聊天室程序,运用tcp协议,通过自己编写通信协议已达到各客户端的通信,并带有上下线提醒功能
  3. 所属分类:C#编程

    • 发布日期:2010-10-07
    • 文件大小:229530
    • 提供者:cwy1314
  1. 基于C语言的RS232串行接口通信实现

    2下载:
  2. 串口通信是一种广泛使用且实用的通信方式,介绍RS232串行通信的联结方式,研究利用c语言编程实 现RS232串行通信的过程.结合实际应用,在约定双方串行通信协议的基础上,运用C语言开发的串行通信软 件,实现了企业生产线产品测试平台和嵌入式EMB主控机的串行数据通信.
  3. 所属分类:C#编程

    • 发布日期:2011-03-31
    • 文件大小:358207
    • 提供者:rainojiang
  1. AN050101_Modbus_TCP.rar

    0下载:
  2. modbus通信协议的C#说明,对使用该通信协议的开发人员来说很有用途。,modbus communication protocol of the C# note on the use of the communication protocol is use for developers.
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:336555
    • 提供者:刘军龙
  1. cs

    0下载:
  2. 此示例需要 LCD 设备,但如果没有 LCD 设备,代码仍可以说明以下各项操作: 声明 SerialPort 的实例。 读写端口。 控制与设备的通信协议。 关闭端口 -serial LEd test
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:77974
    • 提供者:刘立君
  1. Dlt6452007

    0下载:
  2. 最新的DLT6452007电表通信协议,采用C#实现-The latest DLT6452007 meter communication protocol implementation using C#
  3. 所属分类:CSharp

    • 发布日期:2016-01-24
    • 文件大小:84992
    • 提供者:123
  1. XMPP

    0下载:
  2. .net框开源架下的xmpp通信协议核心简介-. Net frame open source framework in the core profile xmpp communications protocol
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:244757
    • 提供者:jack
  1. wsn

    0下载:
  2. C#开发的无线传感器模拟程序,可以演示节点通信,节点耗能情况,雷达显示,并可以修改为其他通信协议传输方式。-C# development of wireless sensor simulation program that can demonstrate communication node, the node energy situation, the radar display, and can be modified for other communication protocol tra
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:41931
    • 提供者:keven
  1. BytHT

    0下载:
  2. 机房空调采集程序,对于不同型号空调需要对应通信协议才能调试程序。-Collection procedures
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:759
    • 提供者:张鹏
  1. BytHTDlg

    0下载:
  2. 空调采集源程序,需要看清机房空调型号和品牌对应通信协议开发-Air conditioning acquisition source, the room air conditioner models and brands need to see the corresponding communications protocol development
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:24774
    • 提供者:张鹏
  1. RS485

    0下载:
  2. 485通信协议 此文件包含组成 RS485 应用程序的每个文件的内容摘要。-485 communication protocols This file contains a summary of the contents of each file up the RS485 applications.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:45681
    • 提供者:y
  1. HMC5883-electronic-compass-serial

    0下载:
  2. HMC5883电子罗盘串口显示IIC通信协议-HMC5883 electronic compass serial IIC communication protocol
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:42467
    • 提供者:li
  1. Socket-TCP-COM

    1下载:
  2. 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端 测试使用说明: 1、先启动TcpServer下Bin/Bebug里的TCPServer.exe,启动命令为 start ,当看到 Server is listen... 说明启动成功 2、再启动TcpClien
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:131327
    • 提供者:王崇洋
  1. receiver

    0下载:
  2. 基于UDP协议的网络通信工具,源代码采用C#语言编写,通信协议为UDP-UDP Connect
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:40961
    • 提供者:吴也
  1. TCPScoket

    0下载:
  2. 使用异步Socket方式实现TCP通讯源码 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端-Asynchronous Socket ways to achieve the TCP source the source Asynchronous Socket ways t
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:132878
    • 提供者:lanyigoo
  1. ee24_h.rar

    0下载:
  2. pic单片机MSSP通信协议实例。每断都的详细说明,pic microcontroller the MSSP communication protocol instance. Detailed descr iption of each off
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:969
    • 提供者:杨胜焕
  1. protrodll_Source

    0下载:
  2. 这是某公司的通信协议的C#实现,分享出来大家学习参考-This is a company' s C# implementation of communication protocols to share out to learn from reference
  3. 所属分类:CSharp

    • 发布日期:2017-12-02
    • 文件大小:84992
    • 提供者:赵宏亮
  1. TcpChatter

    0下载:
  2. C# TcpChatter源码包 - 基于Socket的聊天程序,相关说明:1) \TcpChatter\TcpChatter Tcp聊天程序源代码ChatClient 客户端程序   ChatServer 服务端程序   CHTCommon 公共程序集 封装了 TcpChatter 自定义通信协议   2) 编程工具 VS2008,语言 C#   3) Bin   ChatClient.exe、ChatServer.exe 、CHTCommon.dll程序集默认编
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:187163
    • 提供者:gpudn10
  1. ProtocolCatch

    0下载:
  2. 使用本工具必须首先安装虚拟串口工具。 本工具通过虚拟串口对来实现对串口通信数据的抓取以便分析串口通信协议。 -Use this tool must first install the virtual serial port tool. This tool is a virtual serial port for serial communication to achieve in order to analyze the data crawl serial communication p
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:102015
    • 提供者:
  1. Cpot

    0下载:
  2. C# 读取电子秤地磅源码 用于串口通信协议- C# read electronic loadometer source code for serial communication protocol.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:39284
    • 提供者:policeman
« 12 3 4 »
搜珍网 www.dssz.com