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

搜索资源列表

  1. clallserial-source-110(1)

    0下载:
  2. cameralink接口中异步串行通信部分所使用的clallserial.dll文件源代码.-cameralink interface asynchronous serial communications used by some clallserial . dll file source code.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:70.33kb
    • 提供者:吴本涛
  1. communicationfunctiontesting

    0下载:
  2. 该程序的功能是利用BIOS的INT 14H号功能调用,将指定的数据从串行口发送出去。在发送过程中,程序不断检测通信线路状态,只有在“发送保持寄存器空”的情况下才发送下一个字符。 整个程序有主函数MAIN()及三个函数SEND(),INIT(),LINETEST()组成。MAIN()是程序的入口并控制数据的发送;INIT()函数提供对串行异步通信的初始化;SEND()函数将指定数据逐一发送出去;LINETEST()函数用于在发送数据前检测通信线路状态。 利用BIOS 功能调用进行串行异步
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:25.15kb
    • 提供者:huwei
  1. 430

    0下载:
  2. 430源代码 调试程序 框架程序 异步串行通信程序(点对点通信) 异步串行通信程序(地址位模式多机通信) 异步串行通信程序(空闲模式多机通信) 定时中断程序
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:316.31kb
    • 提供者:chenwei
  1. 6.3一个基于线程的异步串行通信程序

    0下载:
  2. 一个基于线程的异步串行通信程序运行commApi文件夹中的CommApi.exe。程序调试涉及到计算机硬件-a thread based on asynchronous serial communication program running commApi folder of CommApi.exe. Commissioning procedures relating to computer hardware
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:504.5kb
    • 提供者:冉杰
  1. 汇编串口

    0下载:
  2. 本程序是通用同步和异步串行接收器和转发器(USART)在异步状态下使用中断 * 方式进行全双工接收和发送数据的通信程序。共包括下面列表中这四个子程序。这 * 四个子程序的具体使用方法请参考各自的说明。-this procedure is common synchronous and asynchronous serial receivers and transmitters (USARTs) in the state to use asynchronous interrupt * for ful
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:7.64kb
    • 提供者:lyn
  1. 串行通信中的异步和同步方式

    0下载:
  2. 基于VC60的串行通信中的异步和同步方式,对于VC控制串口很有帮助!
  3. 所属分类:通讯编程

  1. Detailed-notes-C-P-P-in-depth

    0下载:
  2. C++深入详解笔记 Lesson1: Windows程序运行原理及程序编写流程 Lesson2: 掌握C++基本语法 Lesson3: MFC框架程序剖析 Lesson4: 简单绘图 Lesson5: 文本编程 Lesson6: 菜单编程 Lesson7: 对话框编程 Lesson9: 定制应用程序的外观 Lesson10: 绘图控制 Lesson11 图形的保存和重绘 Lesson12 文件操作 Lesson 13: 文档串行化 Les
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:481.17kb
    • 提供者:
  1. WithPICMCUICreader

    0下载:
  2. 详细介绍PIC单片机使用SPI方式与IC卡进行数据传输的原理和电路设计,以及使用USART方式与PC机进行串行异步通信的工作原理;介绍PIC单片机听SPI方式和USART方式的设置方法。-PIC detailed the use of SPI with Single-chip IC card for data transmission principles and circuit design, as well as with the PC using USART serial asynchro
  3. 所属分类:Communication

    • 发布日期:2017-04-26
    • 文件大小:210.25kb
    • 提供者:蚊子
  1. wascp

    0下载:
  2. 异步串行通信是Windows下与硬体设备打交道、实现测量、测试、监察、控制、验证等自动化系统及其仪表仪器体系数据传输经常采用的简单易行方式,通过恰到好处的软件设计。可以达到实时、高速、高效、可靠。实现异步串行通信的软件设计方法很多,每种方法都有优势和不足。选择合适的设计方法.并对所选方法进行取长补短和综合应用,是实现可靠和高效的异步串行通信的关键所在。-Asynchronous serial communication is Windows, dealing with the hardware
  3. 所属分类:Communication

    • 发布日期:2017-03-24
    • 文件大小:436.01kb
    • 提供者:李友望
  1. cPPxianchen

    0下载:
  2. 一个基于线程的异步串行通信程源码,希望你们喜欢-the c++ program by
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:503.65kb
    • 提供者:wyh
  1. 34567798708

    0下载:
  2. 用VB实现的RS232异步串行通信的实例,可通过串口实现通信-Using VB' s RS232 asynchronous serial communication instance, can communicate through the serial port
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:2.69kb
    • 提供者:xiaofan
  1. uart

    0下载:
  2. 实现异步串行通信,采用模块化的自顶向下设计-Asynchronous serial communication using the top-down modular design
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:92.71kb
    • 提供者:郭加园
  1. failed-to-translate

    0下载:
  2. 】从实践和理论角度汇总了W indow s 下异步串行通信编程的基本规律和常见方法, 指出了各种编程方法 的优势和不足, 重点阐述了如何扬长避短、综合应用各种方法编程实现可靠而高效的串行数据通信, 突出说明 了怎样使用“特定通信协议和定时机制、多线程优化和W inA P I”的最优串行编程的数据接收过程实现。 -T he p ap er co llects the ru les and m ethods abou t the serial comm un ication
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:139.38kb
    • 提供者:就是
  1. Auarrt_00s

    0下载:
  2. 异步串行通信Uart接口设计,Verilogg HDL程序源码,嵌入式必备哦 -Must Oh asynchronous serial communication Uart interface design, Verilogg HDL program source code, embedded
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-28
    • 文件大小:5.1kb
    • 提供者:guowai
  1. Asynchronous-serial-communication--

    0下载:
  2. 异步串行通信,主要用于地址位模式多级通信-Asynchronous serial communication, and address-bit mode is mainly used for multi-level communication
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:14.5kb
    • 提供者:
  1. code

    0下载:
  2. 1、 主控模块:采用89C52单片机进行各项控制; 2、 键盘处理、显示及报警模块:实现人机交互操作和控制; 3、 定时及电器控制:通过继电器连接外部电器,由单片机进行定时控制; 4、 异步串行通信:实现微机RS-232接口和单片机的异步串行通信; 5、 在线编程接口:通过微机串行口或USB接口,实现微机对单片机的在线编程控制; -Master module: 89C52 microcontroller various control 2, keyboard handlin
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:7.91kb
    • 提供者:熊小平
  1. 6-1

    0下载:
  2. msp430的异步串行通信程序,完成的工程可以直接在两个机器之间完成串口通信-Asynchronous serial communication program MSP430, the completion of the project can be completed serial communication between two machines
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:32.19kb
    • 提供者:loire
  1. 149异步串行通信(点对点通信)

    0下载:
  2. msp430f149点对点异步串行串口通信(MSP430F149 point to point serial communication)
  3. 所属分类:其他

  1. 串行通信

    0下载:
  2. 计算机与单片机之间实现串行通信,10位异步通信,波特率1200,采用定时器1产生,实现计算机串口调试助手与单片机之间的双向通信;(The serial communication between computer and MCU is achieved. Asynchronous communication with 10 bits and baud rate of 1200 are generated by timer 1, which realizes two-way communicati
  3. 所属分类:其他

  1. 基于FPGA的异步串行接口设计

    0下载:
  2. 一份异步串行通信实验的pdf,给有需要的人,各功能代码都有(Asynchronous serial communication experiment for people in need)
  3. 所属分类:其他

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