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

搜索资源列表

  1. PC-MCU串行通信的应用设计方法

    0下载:
  2. PC-MCU串行通信的应用设计方法-PC-MCU Serial Communication Application Design
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:433.39kb
    • 提供者:hjf527
  1. 多线程串行口通讯构件

    0下载:
  2. 说明:多线程 (Multi-Thread) RS232 串行口通讯构件 ( 1.51 版,附源码 )-: multithreading (Multi-Thread) RS232 serial port communication components (1.51 version, with source)
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:138.94kb
    • 提供者:zxb
  1. 用VC++6.0实现PC机与单片机之间串行通信的方法

    0下载:
  2. 详细介绍了在Windows环境下应用VC++实现PC机与单片机的几种串行通信方法,给出了用Visual C++6.0编写的PC机程序和用C51编写的单片机通信程序。经实际应用系统运行稳定可靠。-detail in the Windows environment applications VC PC and SCM several serial communication method, we use Visual C 6.0 prepared by the PC and procedures u
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:6.13kb
    • 提供者:abel
  1. VC++中用通讯控件开发串行通信程序

    0下载:
  2. 用VC在Windows下开发串行通享程序是程序员们经常会遇到又令人头痛的一件事,不但要理解许多复杂的API函数>>>>>>>>-VC in the development of Windows-serial programmers enjoy procedure is often encountered again is a headache, not only to understand the many complex API function
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:6.33kb
    • 提供者:秋实
  1. PC机串行通信程序设计

    0下载:
  2. 本串行通信程序利用汇编语言通过BIOS中断调用和DOS功能调用实现PC机双机串行通信。其中,上位机和下位机串行口均为辅串口COM2(口地址为2FXH),对外用9针连接器与令一台PC机连接;BIOS通过“INT 14H”4个中断服务子程序,分别完成串口初始化编程、发送一帧数据、接受一帧数据以及测试通信线状态。本程序分为PC机串口自动测试程序(目的是测试串口好坏)和PC机全双工双机通信程序两个部分。-the serial communications procedures through the u
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:57.72kb
    • 提供者:王成
  1. 实战串行通讯

    1下载:
  2. 串行通讯 本文不是全面的讲述如何编写串行通讯程序,而是讨论一些实际遇到的问题。 -serial communication is not fully explained how to prepare the serial communication procedures, Instead, we will discuss some of the practical problems encountered.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:6.31kb
    • 提供者:lhs
  1. 串行口通信程序,可以控制缓冲

    0下载:
  2. 串行口通信程序,可以控制缓冲。不错的。大家都来下啊。-serial port communication procedures can be controlled buffer. Good. All to the next ah.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:3.36kb
    • 提供者:中华红客
  1. 74hc595串行输入,串、并行输出芯片及其应用程序

    1下载:
  2. 74hc595 串行输入,串、并行输出芯片 及其应用程序-74hc595 serial input, series and parallel output chips and application procedures
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:223.87kb
    • 提供者:zzzaaa
  1. 串行通讯的实现(附source code)maxplusII做的

    0下载:
  2. 串行通讯的实现(附source code)maxplusII做的-Serial Communication for the (source code) do maxplusII
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:47.72kb
    • 提供者:陈平
  1. Sipex数据通信串行接口器件选型指南

    0下载:
  2. Sipex数据通信串行接口器件选型指南 .pdf-Sipex Serial Data Communication Interface Selection Guide. Pdf
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:410.51kb
    • 提供者:刘役
  1. 多线程串行通讯接口

    0下载:
  2. 实现多线程串行通讯接口源程序-multi-threaded serial communication interface source
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:168.26kb
    • 提供者:中浩
  1. 串行接口通讯实验代码

    0下载:
  2. 串行接口通讯试验该试验可以学习如何编写一个通讯程序。这个试验能够实现的功能很简单,仅仅作为试验用。工作环境为:无需其余任何环境,直接接通电源即可。-serial communication interface test of the pilot can learn how to prepare a communication process. The pilot function can be achieved is very simple, just to experiment with. T
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:4.06kb
    • 提供者:邓昕岳
  1. 微机串行通信实验报告

    0下载:
  2. 计算机中传输数据的方式有两种:并行方式和串行方式。在IBM PC机的汇编语言中,对串口的编程方式有DOS和BIOS 系统功能中断调用。本次实验设计采用BIOS系统功能中断调用,即通过INT 14H,调用ROM BIOS串口通信例行程序。-computer transmission of data in two different ways : parallel and serial mode approach. IBM PC assembly language, the serial progr
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:9.45kb
    • 提供者:feng
  1. 通过串行口接收并显示电力质量检测变送器信息

    0下载:
  2. 通过串行口接收并显示电力质量检测变送器信息
  3. 所属分类:串口编程

    • 发布日期:2011-01-18
    • 文件大小:113.88kb
    • 提供者:gaohaijun
  1. 12864串行方式

    0下载:
  2. ATmega16驱动LCD12864,串行工作方式
  3. 所属分类:串口编程

  1. serial_adda

    0下载:
  2. 硬件语言描述串行DA和AD转换,FPGA控制。能够很好的实现高精度的模数数模转换-verilog descr iption of the serial DA and AD conversion, FPGA control.
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:2.39kb
    • 提供者:杨明
  1. VS2005 串行通讯口代码

    0下载:
  2. vs2005 下 wince6.0 串行通讯口代码。
  3. 所属分类:并口编程

    • 发布日期:2014-12-22
    • 文件大小:7.41mb
    • 提供者:tywyz1213
  1. 上位机和下位机串行通信设计

    1下载:
  2. C#上位机和下位机串行接口通信设计说明帮助文档(The design of serial communication between host computer and slave computer)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-14
    • 文件大小:329kb
    • 提供者:真武
  1. 用C#实现PC与西门子PLC串行通讯

    0下载:
  2. C#实现上位PC机与西门子PLC串行通讯学习资料(Realization of serial communication between PC and SIEMENS PLC with C#)
  3. 所属分类:通讯编程

    • 发布日期:2018-01-09
    • 文件大小:174kb
    • 提供者:tfzdh
  1. 串行通讯-例子

    0下载:
  2. RJ485 通信3 专题-串行通讯PPT等Labview串行通讯专题讲座介绍(We have investigated electrical potential and acoustic emissions signals associated with rock deformation)
  3. 所属分类:串口编程

    • 发布日期:2018-04-20
    • 文件大小:77kb
    • 提供者:sun211
« 12 3 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com