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

搜索资源列表

  1. socket1

    0下载:
  2. 本人写的一个windows下socket通信协议,分为客户端和服务器两个部分,能把客服端指定文件地址的文件传输到指定ip下的服务器的指定文件地址上-I write a windows socket communication protocol is divided into two parts, of the client and server can customer service end of the specified address for file transfer to the s
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:3411
    • 提供者:libera
  1. communication

    0下载:
  2. 交换机,路由器等通信协议的好几个ppt,很不错,可以下载-Switches, routers, communication protocols, such as several ppt, very good, you can download
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-09
    • 文件大小:1618769
    • 提供者:微微蓝
  1. Lesson17Code

    0下载:
  2. 命名管道是通过网络来完成进程间的通信,它屏蔽了底层的网络协议细节。我们在不了解网络协议的情况下,也可以利用命名管道来实现进程间的通信。 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。-A named pipe is through the network to complete the process of communication, which sh
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:235110
    • 提供者:王大勇
  1. VisualC++tongxindaima

    0下载:
  2. VisualC++通信协议实现的源代码,搞通信的可以-VisualC++ Communication protocol to achieve the source code, can engage in communication
  3. 所属分类:Com Port

    • 发布日期:2017-05-14
    • 文件大小:1343496
    • 提供者:wanglong
  1. MSComm_NoInterrupt

    0下载:
  2. 利用MSCOMM控件非中断方式写的串口通信代码,注释写得很清楚了方便移植。稍加修改就可实现自己的通信协议。-MSCOMM control the use of non-disruptive way to write the serial communication code, comments, clearly facilitate transplantation. Can be slightly modified to achieve their own communication proto
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:4404
    • 提供者:高见
  1. zigbee_router

    0下载:
  2. zigbee子节点源代码,能够实现zigbee通信协议-zigbee node source code, can be achieved zigbee communication protocol
  3. 所属分类:source in ebook

    • 发布日期:2017-03-28
    • 文件大小:72085
    • 提供者:李声飞
  1. wenjianchuanshu

    0下载:
  2. 基于TCP/IP通信协议控件,可以实现客户端与服务器之间的文件传输,-Based on TCP/IP communication protocol controls, you can achieve between the client and server file transfer,
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:444320
    • 提供者:bang
  1. TCPIP

    0下载:
  2. 针对ISO的七层协议,分别实现了代码编程,可以更加深入的理解网络通信协议。-ISO protocol for the seven, respectively, the code implementation programming, can be more in-depth understanding of network communications protocol.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-21
    • 文件大小:6047561
    • 提供者:songsb
  1. SerialPortTest

    0下载:
  2. 采用SerialPort串口通讯类实现的多串口通讯程序,可控制串口发送NEMA通信协议数据包,接收NEMA数据包并发送简单通信协议数据包-Serial Communication using SerialPort implementation of many types of serial communication program, can control the serial communications protocol to send packets NEMA, NEMA receivi
  3. 所属分类:Communication

    • 发布日期:2017-05-11
    • 文件大小:2049989
    • 提供者:李焕
  1. tx

    0下载:
  2. 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。   测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。 //这是一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 //和查询发送,另外我觉得发送没有必要用中断,因为程序的开
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:657
    • 提供者:虾虾
  1. motor_control

    0下载:
  2. 一个基于VC++的电机控制程序,只要修改下通信协议,可用于电机的控制-VC++ based on the motor control program, as long as the modification of communication protocol can be used for motor control
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1911820
    • 提供者:李圆怡
  1. MingMingGuanDao

    0下载:
  2. 命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的不同计算机的不同进程之间,支持可靠的、单向或双向的数据通信。不需要事先深入掌握基层网络传送协议(如 T C P / I P或I P X)的知识。这 是由于命名管道利用了微软网络提供者(M S N P)重定向器,通过一个网络,在各进程间建立 通信。-Named Pipes can be on the same computer between different processes, or across a network of d
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:761702
    • 提供者:kunlunshanjiao
  1. UDISKdiwuban

    0下载:
  2. sl811 c8051F驱动程序 保证绝对可以使用 USB通信协议USB1.1,FAT文件系统的构建 还有text程序的编写 包含新建,删除,读写 建立目录的程序-driver sl811 c8051F guarantee USB communication protocol can use USB1.1, FAT file system to build the text also contains procedures for the preparation of new, de
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-23
    • 文件大小:317551
    • 提供者:但的东
  1. tls

    1下载:
  2. 一个关于ssl通信协议的文档,需要的可以下载-Ssl communication protocol on the documentation required can be downloaded
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:598172
    • 提供者:fengchangbao
  1. udpApplication

    0下载:
  2. 本例是Csharp编的一个UDP通信程序,通过本例,可以掌握通过UDP协议来接收发送消息,以及数据包的计算-Csharp for this example is a UDP communication program, through this case, we can get through the UDP protocol to receive send messages, as well as the calculation of packet
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:719107
    • 提供者:张洪铭
  1. 1028

    0下载:
  2. 课程 1028 VBS: 汽车上的串行通信总线系统 课程简介 汽车的网络化时代已经到来了,我们也要紧跟潮流。本课程将为您深入讲解当前最流行的二大串行通信总线协议—— CAN 和LIN。内容包括一般网络拓扑知识,CAN和LIN总线的基本原理,二种总线的物理层和数据链路层协议内容, 控制器的编程和诊断,也有系统开发工具的演示。-Course 1028 VBS: vehicle serial communication bus system Course Desc
  3. 所属分类:SCM

    • 发布日期:2017-05-15
    • 文件大小:3966736
    • 提供者:lajie
  1. SOURCEModBusTune

    0下载:
  2. 自己用VISUAL C++编写的MODBUS通信协议的源程序,可以自己设置通信数据格式,修改源码或者嵌入到需开发的产品中-Themselves with VISUAL C++ to prepare the MODBUS communication protocol source code, you can set up their own communication data format, source or modify the need for the development of emb
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:771801
    • 提供者:逻辑
  1. i2cchengxu

    0下载:
  2. 自己编写的单片机I2C通信协议,可以用来调试数字高频头。就是自己做电视看。-I have written single-chip I2C communication protocol can be used to debug digital tuner. TV watching is its own.
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:834
    • 提供者:huangweizhe
  1. EL_PIC_RF

    0下载:
  2. 基于PIC单片机的 无线网络通信程序 无线协议有 汽车用LIN通信协议改良 同时具备校验和与汉明校验 收发功能可以裁剪-PIC microcontroller-based wireless networks wireless protocol communications vehicle procedure LIN communication protocol used at the same time have improved Hamming checksum validatio
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:54755
    • 提供者:haohao
  1. WinceRS485DLL

    0下载:
  2. 本程序主要功能是基于S3C2410芯片,wince开发RS485通信模块,定义了RS485通信协议,并解决了由于wince下串口通信发送字符串为奇字节会丢数的问题。本动态链接库协议可以移植到其它485通信平台上去。-The main function of this procedure is based on the S3C2410 chip, wince development RS485 communication module, the definition of the RS485 co
  3. 所属分类:Windows CE

    • 发布日期:2017-04-01
    • 文件大小:641487
    • 提供者:lisheng
« 1 2 3 4 5 67 8 9 10 11 ... 29 »
搜珍网 www.dssz.com