CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - Communication port

搜索资源列表

  1. WindowsCEcom

    0下载:
  2. 以前看了很多文档,知道Windows CE的串口如何操作,但是由于从来没有想过要用串口,也没有实际的作过。昨天有人需要用我们的开发板,而他们主要就是要用串口,我就写了一个程序,用来测试串口是否工作。记录下来,作为以后串口通信程序的起点-before seen a lot of documents, Windows CE know how to operate the serial, But he never thought to use serial port, nor the actual m
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:5908
    • 提供者:victor
  1. FPGAEPP.files

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

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

    0下载:
  2. 本文分析了当今带专用检测转换电路的双机冗余系统存在的可靠性问题,提出了利用双机的串行口代替专用检测转换电路,通过串行通信相互检测主备机工作状态,由软件完成备机切换成主机的新型设计思想,为计算机在工业实时监控系统应用中的可靠性开辟新的思路。-This paper analyzes the current detection with exclusive conversion circuit for the double-redundant system of reliability, the us
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:103816
    • 提供者:冯普
  1. 20070320230059537

    0下载:
  2. 嵌入式linux下的串口通讯编程与实现 详细分析串口的设置等-the serial communication programming and implementation of a detailed analysis of the serial port settings
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:114362
    • 提供者:weilwo
  1. MSComm

    1下载:
  2. MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。MSComm控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的API函数,而且在VC、VB、Delphi等语言中均可使用。 Microsoft Communications Control(以下简称MSComm)是Microsoft公司提供的简化Windows下串行通信编程的ActiveX控件,它为应用程序提供了通过串行接口收发数据的简便方法。具体的来说,它提供了两种处理通信问题的方法:一是事件驱动(Event-
  3. 所属分类:软件工程

    • 发布日期:2014-01-15
    • 文件大小:8945
    • 提供者:steven
  1. chuankou_jiexian

    1下载:
  2. 目前较为常用的串口有9针串口(DB9)和25针串口(DB25),通信距离较近时(<12m),可以用电缆线直接连接标准RS232端口(RS422,RS485较远),若距离较远,需附加调制解调器(MODEM)。最为简单且常用的是三线制接法,即地、接收数据和发送数据三脚相连,本文只涉及到最为基本的接法,且直接用RS232相连,以回答前段网友的咨询。-now more commonly used serial 9-pin serial port (projectors) and 25-pin se
  3. 所属分类:软件工程

    • 发布日期:2014-01-15
    • 文件大小:6741
    • 提供者:steven
  1. cuankou

    0下载:
  2. i have no time , for short, this is about serial port communication in VC envirement.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:9651
    • 提供者:nbshao
  1. API-PORT

    0下载:
  2. MFC API 串口通信总结,个人通过学习总结了一些经验,希望对其他人有用-MFC API serial communication summary of a number of personal experience through the study concluded, hope its useful to others
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:86901
    • 提供者:yifan
  1. ADUC841PWM

    0下载:
  2. ADUC841 用方式2产生PWM波。附带串口通讯,74HC244扩展P1口,PWM波,AD转换的调试报告。和程序,正常应用。-ADUC841 generate PWM wave with mode 2. With serial communication, 74HC244 extended P1 port, PWM wave, AD conversion of the debug report. And procedures for normal application.
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:12575
    • 提供者:黄超
  1. MatlabSerialCommunication

    0下载:
  2. 本文介绍MATLAB环境下上位机与下位机通过RS232接口进行串行通信的实现方法 详细叙述了在MATLAB环境下使用其自带的控制工具箱中的串口事件回调函数,实时接收下位机输出串行信号的实现过程.-This article describes the MATLAB environment, host computer and the next-bit computer through RS232 serial communication interface implementation metho
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:186544
    • 提供者:刘杰
  1. SPP.doc

    0下载:
  2. 在VC++中有两种方法可以进行串口通讯。一种是利用Microsoft公司提供的ActiveX 控件 Microsoft Communications Control。另一种是直接用VC++访问串口。下面将简述 -In VC++ in the There are two ways to carry out serial communication. One is the use of Microsoft' s ActiveX controls provided by Microsof
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:6497
    • 提供者:王丽
  1. UART

    0下载:
  2. 对430的串口进行设置,实现430单片机的串行通信。-430 serial port on the set, to achieve single-chip serial communication 430.
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:86055
    • 提供者:张敏
  1. chuanxing

    0下载:
  2. 串行通信MCS-51单片机内部有一个全双工的串行通信口,即串行接收和发送缓冲器(SBUF),这两个在物理上独立的接收发送器,既可以接收数据也可以发送数据。但接收缓冲器只能读出不能写入,而发送缓冲器则只能写入不能读出,它们的地址为99H。这个通信口既可以用于网络通信,亦可实现串行异步通信,还可以构成同步移位寄存器使用。-MCS-51 microcontroller serial communication within the a full-duplex serial communication
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:16437
    • 提供者:王杰杰
  1. combo_chip_set_test_instrument

    1下载:
  2. 集成电路芯片测试仪是一个能对常用74LS系列芯片进行逻辑功能测试,并判别芯片好坏和鉴定芯片型号的检测装置。设计采用W78E516B单片机作为核心控制器件,以双W78E516B单片机主从机串口通信,键盘输入操作指令,通过编程实现对待测芯片逻辑功能的测试,将测试反馈结果与系统存储的正确逻辑功能相比较,确定待测芯片的型号及逻辑功能的正确性,利用WLA36液晶屏显示,并通过ISD140语音芯片对检测结果进行播报。-IC Tester is a common 74LS series chips can l
  3. 所属分类:Project Design

    • 发布日期:2017-03-23
    • 文件大小:96718
    • 提供者:jiaoyfmagical
  1. interface-communication

    0下载:
  2. 本书籍通过实例详细讲解了上位机串口编程的过程,通过学习读者可以系统的了解上位机与下位机进行通信时应该注意的问题以及解决方法-This book explains in detail through examples the PC serial port programming process, readers can learn the system by understanding the host computer to communicate with the next crew shou
  3. 所属分类:software engineering

    • 发布日期:2017-06-11
    • 文件大小:18131628
    • 提供者:wangxiaoli
  1. Serial-port-application

    0下载:
  2. 例举了串口通信应用实例,详细介绍了奇偶校验 包含各实例编程,以及串口的多机通信-Examples of serial communication application examples, details parity contains various programming examples, as well as serial multi-machine communication
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:157063
    • 提供者:王珏
  1. communication-PC-and-single-chip

    0下载:
  2. 利用Visual C++实现PC机与单片机串口通信程- The application of serial-port communication between industry PC and single chip
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:47777
    • 提供者:蓝色天使211
  1. New-Port

    0下载:
  2. 一个非常好用的串口通信类,具有多种功能,可以在发送数据后选择是否读取返回值,添加到工程中即可使用-A very easy to use serial communication class, with a variety of features, you can choose whether to read the return value, added to the project after sending data to use
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2057
    • 提供者:Juliemm
  1. TM7711

    0下载:
  2. TM7711 是应用于电子秤低频测量的单通道模拟前端。 该器件可以接受直接来自传感器的低电平的 输入信号,然后产生串行的数字输出。利用 Σ-Δ 转换技术实现了 24 位无丢失代码性能。通过选定的输 入信号被送到一个基于模拟调制器的增益可编程专用前端。 片内数字滤波器处理调制器的输出信号, 通 过通信口发命令可调节滤波器的截止点和输出更新速率,从而对数字滤波器的第一个陷波进行编程。 TM7711 只需 2.6~5.5V 单电源供电。TM7711 是全差分模拟输入,带有一个基准输入。
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:354393
    • 提供者:sun
  1. HPI-Communication-Design

    0下载:
  2. 介绍了TMS320VC5402的HPI主机接口原理,以一个简单的通信程序作为例子,详细说明通过HPI 口实现5402芯片内部的16 kB 双端口RAM与AT 89 C51单片机的通信过程. -Introduces the principle of TMS320VC5402 HPI host interface, a simple communication program as an example, a detailed descr iption of the chip to achieve
  3. 所属分类:software engineering

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