CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - can口通讯

搜索资源列表

  1. FPGAEPP.files

    0下载:
  2. USB、串口、并口是PC机和外设进行通讯的常用接口,但对于数据量大的图像来说,若利用串行RS-232协议进行数据采集,速度不能达到图像数据采集所需的要求;而用USB进行数据采集,虽能满足所需速度,但要求外设必须支持USB协议,而USB协议与常用工程软件的接口还不普及,给使用带来困难。有些用户为了利用标准并行口(SPP)进行数据采集,但SPP协议的150kb/s传输率对于图像数据采集,同样显得太低。因此,为了采集数据量大的图像数据,本文采用了具有较高传输速率的增强型并行口协议(EPP)和FPGA,
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:80.27kb
    • 提供者:yaoming
  1. Mscomm

    0下载:
  2. 2.MSComm 控件的常用属性 MSComm控件有很多重要的属性,但首先必须熟悉几个属性。 CommPort 设置并返回通讯端口号。 Settings 以字符串的形式设置并返回波特率、奇偶校验、数据位、停止位。 PortOpen 设置并返回通讯端口的状态。也可以打开和关闭端口。 Input 从接收缓冲区返回和删除字符。 Output 向传输缓冲区写一个字符串。-Common attributes 2.MSComm control MSComm cont
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:4.5kb
    • 提供者:霍雅丽
  1. SuperComm

    0下载:
  2. 电子工程师或软件工程师开发设计串口界面的时候,经常需要模拟软件(仿真软件)或协议分析仪对串口通讯进行监控模拟。有了串口通讯软件SuperComm,工作方便多了。不再需要昂贵的协议分析仪,不再需要专门编写仿真软件,只要一台运行微软Windows 2000/XP的电脑加上SuperComm,稍加配置就可进行开发测试了。 -Electronics engineers or software engineers developing and designing serial interface, it
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:169.34kb
    • 提供者:zhujian
  1. Ch8

    0下载:
  2. ADP宏指令: ADP提供了一种既方便又功能强大的宏指令应用方式,使人机得以经由内部宏指令(Macro Function)功能执行数值运算,逻辑判断,流程控制,数值传递,数值转换,定时器计数器,自定通讯指令操作等等,由宏指令的使用可让人机不仅和PLC联机通讯,同时由另一通讯端口来执行同其它通讯设备联机,此功能不仅提供有效的系统整合同时成为最经济便宜的硬件应用架构。而且使用宏指令也可大大的减少PLC的程序容量,让PLC的控制精度及效率最佳化。-ADP macros: ADP provides
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:84.4kb
    • 提供者:liaozw
  1. rs232

    0下载:
  2. 此VI是串口通讯VI,也可作为底层子VI使用-This VI is a serial communication VI, can also be used as the underlying sub-VI
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:20.27kb
    • 提供者:周竟
  1. pcDUIc51

    0下载:
  2. 这是个PC机和单片机的串口通讯程序,内容详实,三个实例都能正常运行,有助于程序员上位机软件的编写。-This is a PC machine and the Serial communication program, informative, and three instances of normal operation can help programmers write PC software.
  3. 所属分类:software engineering

    • 发布日期:2014-11-01
    • 文件大小:11.89mb
    • 提供者:SUNNAY
  1. vcMSCom

    2下载:
  2. vc串口通讯控件MSComm编程详解,在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem).还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -vc serial communication control MSComm programming Xiang Jie, car
  3. 所属分类:Project Design

    • 发布日期:2016-06-04
    • 文件大小:73.82kb
    • 提供者:于玮婷
  1. VCPP_chuankoushangweiji

    0下载:
  2. 实现单片机与电脑的串口通讯,此实例主要是上位机编程。,通过单片机往串口里发送数据,可以看到主窗口的的A/D转换结果,以及进度条显示电压值变化。-SCM and the computer' s serial communication, this instance of the main host computer programming. Through the microcontroller to send data to the serial port where you can se
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:765.94kb
    • 提供者:zengsiming
  1. Siemens-PPI

    0下载:
  2. Siemens PPI协议分析 西门子S7-200 PLC之间或者PLC与PC之间通信有很多种方式:自由口,PPI方式,MPI方式,Profibus方式。使用自由口方式进行编程时,在上位机和PLC中都要编写数据通信程序。使用PPI协议进行通信时,PLC可以不用编程,而且可读写所有数据区,快捷方便。但是西门子公司没有公布PPI协议的格式。用户如果想使用PPI协议监控,必须购买其监控产品或第三方厂家的组态软件。这样给用户自主开发带来一定困难,特别是自行开发的现场设备就不能通过PPI协议接入PLC
  3. 所属分类:Communication

    • 发布日期:2017-03-24
    • 文件大小:17.86kb
    • 提供者:AAA
  1. PCchuankou

    0下载:
  2. PC串口通讯,里面有C程序和仿真图,可以用proteus和keil联调-PC serial communication, which has C program and simulation diagram, you can use proteus and keil FBI
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:71.77kb
    • 提供者:何成
  1. CommPPT

    0下载:
  2. 有关于串口通讯的文档以及PPT,需要的可以直接下载-Documentation, and PPT on serial communication can directly download
  3. 所属分类:Communication

    • 发布日期:2017-11-26
    • 文件大小:3.42mb
    • 提供者:梅竹
  1. LKT4101

    0下载:
  2. LKT4101 防抄板专用协处理器芯片采用专用的智能卡芯片平台,内置凌科芯安公司自主开发的嵌入式系统,专门为保护用户代码,防止非法访问和外部攻击而设计的新一代安全芯片。处理器使用8051内核,采用串口通讯协议,用户可以把主要算法放到芯片内部,编程语言基于标准C,开发简单方便,同时,内部大容量的数据空间可作为用户扩展数据存储器,存放重要特征数据。-LKT4101 anti-copy board dedicated coprocessor chip dedicated smart card chip
  3. 所属分类:Project Manage

    • 发布日期:2017-11-12
    • 文件大小:13.61kb
    • 提供者:曹铁
  1. MSCommunication

    0下载:
  2. 串口通讯程序,能够实现上位机与单片机的通信-Serial communication program, can be achieved between PC and microcontroller communication
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:3.71kb
    • 提供者:汪圣杰
  1. main

    0下载:
  2. CAN开发板-串口通讯,波特率设置9600,检验位N,数据位8,停止位1.数据16进制发送,16进制显示。-CAN development board- serial communication, the baud rate is set to 9600, test bit N, 8 data bits, stop bits 1 data in hexadecimal send hexadecimal display.
  3. 所属分类:Communication

    • 发布日期:2017-11-29
    • 文件大小:1.2kb
    • 提供者:wangqian
  1. DPJ

    0下载:
  2. 用80C51单片机和AD0809实现单路采集系统的设计,并可通过解单片机和PC串口通讯,在PC机上实时的显示出来-80C51 microcontroller and AD0809 single acquisition system design, and can be by solving the microcontroller and PC serial communication, real-time on the PC display
  3. 所属分类:Project Design

    • 发布日期:2017-11-16
    • 文件大小:218.71kb
    • 提供者:林海
  1. VB-with-_RS-232_-serial-

    1下载:
  2. 最新VB上位机参考书籍,主要讲述的是串口通讯,详尽丰富的例子,通俗易懂,可以缩短开发时间,也是新手学习的好工具。-Last VB PC reference books, mainly about serial communication, detailed examples of rich, easy to understand, you can shorten development time, but also a good tool for beginners to learn.
  3. 所属分类:Communication

    • 发布日期:2016-10-06
    • 文件大小:16.23mb
    • 提供者:xulong
  1. Written-linux-serial-procedures

    0下载:
  2. 编写的linux串口程序,实现了基本的串口通讯功能,并在接收报文时,使用了环形缓冲区,可以直接调用-Written linux serial procedures to achieve the basic serial communication function, and when receiving packets using a ring buffer, you can directly call
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:2.73kb
    • 提供者:wei
  1. tongxun

    0下载:
  2. 串口通讯和数据采集系统,你可以参考例程继续开发Serial communication and data acquisition system, you can refer to the routine continues to develop-Serial communication and data acquisition system, you can refer to the routine continues to develop
  3. 所属分类:Communication

    • 发布日期:2017-04-27
    • 文件大小:59.91kb
    • 提供者:汤福来
  1. UART

    0下载:
  2. RS-232-C 详解,串口通信基本接线方法,串口通讯的概念及接口电路-UART can help you study, this Document for uart all something
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:2.6mb
    • 提供者:dailonghua
  1. 反转电机程序

    0下载:
  2. 可以实现单片机的串口通讯功能。。。。。。。。。。(The serial communication function of single chip computer can be realized)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-01
    • 文件大小:3.22mb
    • 提供者:wbbzhz
« 12 »
搜珍网 www.dssz.com