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

搜索资源列表

  1. log8

    0下载:
  2. 串口收发程序,采用时间触发和事件触发,已经实际应用。-procedures, and use of time-triggered events trigger has practical applications.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:35399
    • 提供者:圆圆
  1. 考勤

    0下载:
  2. 这是我给公司编写的自己使用的一个考勤系统,他的界面是从网上下载的,并且路经是静态的 安装的,时候 必须 把 数据库 放在 c:\\progome file\\考勤 下面才可以!-This is what I prepared for the company's own use of a performance appraisal system, and the interface is downloaded from the Internet, and pass through the
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:500561
    • 提供者:陈明
  1. 多串口多线程工业控制实现

    3下载:
  2. 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。我对串口数量
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:94690
    • 提供者:li
  1. Com_API

    0下载:
  2. 双机冗余系统采用主备机原则运用软件方式通过串口相互通信,达到实时检测的功能,能够保证系统的可靠性。即使有一台机子出现故障的情况下也不影响系统的正常运行,而通过串口通信的方式代替常规的检测转换设备,不仅可以解决转换设备本身出错的瓶颈问题,还在很大程度上节约了成本,因此有很好的实用推广价值。-double-redundant system uses the main principles for the use preparation software through the serial form
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:41681
    • 提供者:李华
  1. shijiantongbu

    0下载:
  2. VC++实现的时间同步程序,可以放心使用,源码详细-VC the time synchronization procedures can be assured use of detailed source
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:169117
    • 提供者:王磊
  1. Com

    0下载:
  2. 常见的串口通信程序,用过使用C#语言,利用控件实现串口的实时通信-common serial communication program, used to use C# language, the use of controls to achieve the real-time serial communications
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:45065
    • 提供者:孙子
  1. ComTimer

    1下载:
  2. 多线程串口数据发送,采用Windows高精度时间搓实现,精度可以达到1毫秒,可以任意设置进程优先级别和线程优先级别-Multi-threaded serial data transmission, the use of Windows to achieve high-precision time twist, the accuracy can reach 1 ms, which could be set process priority and thread priority
  3. 所属分类:串口编程

    • 发布日期:2013-08-02
    • 文件大小:47540
    • 提供者:宋启波
  1. rs485

    0下载:
  2. 操作串口直接进行RS485多机通信的类。单片机下485多机通信很容易,用UART的Bit9即可,Windows下就麻烦得多,Windows下串口Bit9用作奇偶校验,要切换Bit9就要动态改通信格式,而且切换时间要跟得上单片机的us级时间。这个自己写的Class用独立线程、Windows高精度定时器机制,高速切换Bit9,示波器测量,时间在10us左右,已用于门禁系统多年,长时间运行可靠! -Direct RS485 serial port operation multi-machine c
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:9892
    • 提供者:
  1. Ext_Int

    1下载:
  2. 1.本示例演示28035的外中断配置和使用方法。28035一共有3个外中断,这三个外中断的 中断触发源可配置为GPIO0-GPIO31之间的任意一个;本示例中,我便将GPIO27作为XINT1 的中断触发沿,如果按键按下,一个下降沿将触发进入中断,在中断中,我们将让D2的状态 翻转一次; 2.外中断XINT可以配置为上升沿触发,下降沿触,双边触发(上升沿和下降沿都触发)。-1. This sample demonstrates 28035 external interrupt c
  3. 所属分类:Com Port

    • 发布日期:2017-11-01
    • 文件大小:716986
    • 提供者:卢启明
  1. RS232_Port

    0下载:
  2. 详细描述了RS232物理细节。 典型地,串口用于ASCII码字符的传输。通信使用3根线完成:(1)地线,(2)发送,(3)接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其他线用于握手,但是不是必须的。-A detailed descr iption of the physical details of the RS232. Typically, serial code for the ASCII character transmission. 3 li
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:1654
    • 提供者:genius
  1. MSComm

    0下载:
  2. MSComm 控件使用详解 MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。 MSComm 控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的 API 函 数,而且在 VC 、 VB 、 Delphi 等语言中均可使用。-MSComm control MSComm explain the use of control through a serial port transmit and receive data, for applications
  3. 所属分类:Com Port

    • 发布日期:2017-03-22
    • 文件大小:297594
    • 提供者:自治州
  1. CommWizard

    0下载:
  2. 使用MSCOMM控件编程源码,可以在线设置通信速率、奇偶校验、通信口无需重新启动程序;可以设置定时发送的数据及时间间隔;可以自动显示接收到的数据,并能在字符串、十进制和十六进制之间自由切换;自动保存设置参数。-MSCOMM control the use of programming source code, you can set up online communication rate, parity, communications I need to restart the process
  3. 所属分类:Com Port

    • 发布日期:2017-05-27
    • 文件大小:9773110
    • 提供者:王明朝
  1. MultiPort

    0下载:
  2. 一个使用MSComm控件接受串口数据的例子,所不同的是,本程序可以实现多个串口同时接受数据-MSComm control acceptable to use examples of serial data, the difference is that this program can achieve a number of serial data at the same time
  3. 所属分类:Com Port

    • 发布日期:2017-04-28
    • 文件大小:315093
    • 提供者:a4you
  1. LabVIEW-based-serial-communications-with-the-PLC-t

    0下载:
  2. 介绍使用ADAM5000的通信协议实现LabVIEW与ADAM5510通信,从而完成上位机对ADAM5510 实时监控的系统 给出了用户自己开发基于LabVIEW的接口板及驱动程序的方法-on the use of LabVIEW with the communication protocol to achieve ADAM5510 communications, in order to complete the ADAM5510 PC real-time monitoring of the s
  3. 所属分类:Com Port

    • 发布日期:
    • 文件大小:340321
    • 提供者:李娜
  1. chuankoutongxin

    0下载:
  2. 串口通信的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总常不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成:(1)地线,(2)发送,(3)接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:1086
    • 提供者:zhendongzhao
  1. ourdev_436169

    0下载:
  2. C# 串口调试助手源程序,例子很简单。但却很好用。同时也验证了我写的串口组件的使用正确性。现公开给大家。串口组件源码空间中有。该例子中包括应用可程序和源码-C# serial port source code debugging aides, for example, is very simple. But it just works. Verified at the same time I wrote the serial use of the correctness of componen
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:264057
    • 提供者:sjm
  1. dui

    0下载:
  2. 这是一个利用MATLAB做的界面,用于上位机和下位机之间的通信,可以用于上位机控制下位机,同时可以采集下位机的运行状态并可以绘图,实时下位机状态变化反映变化-This is an interface to use MATLAB to do for the host computer and the next bit of communication between machines can be used under the control of upper-bit machine, can b
  3. 所属分类:Com Port

    • 发布日期:2017-05-07
    • 文件大小:1869580
    • 提供者:武汉
  1. vspdSeriesSoft

    0下载:
  2. 非常实用的串口虚拟仪器软件,为破解版,我用了半年多,基本没什么问题,挺好用的。 把串口程序先在虚拟串口上测试一下,检查出问题,解决掉,再用实际串口去测,比较方便,会节省些开发时间.-Very useful serial virtual instrument software for the cracked version, I used more than six months, basically no problem, very good use. The serial program
  3. 所属分类:Com Port

    • 发布日期:2017-05-09
    • 文件大小:2535822
    • 提供者:chen chen
  1. VictorComm1501

    0下载:
  2. 串口控件 Victor 串口 VCL 控件 1.完全由 C++ 代码写的, 支持简体中文, 繁体中文, 英文. 2.免费控件, 在主页上可提供示例程序和使用方法 3.免费升级, 如果控件版本升级, 在直接主页上下载新版本控件 4. 使用简单方便,可以选择使用控件提供的按照时间间隔和首尾控制符两种方式自动识别数据包-Serial control Victor serial VCL controls 1. Entirely C++ code written to support S
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:16610
    • 提供者:蔡孟超
  1. ZedGraph-serial-data-real-time

    0下载:
  2. 使用 SerialPort 及 ZedGraph快速实现串口数据实时显示协议-Use of the SerialPort and ZedGraph fast Serial real-time data display protocol
  3. 所属分类:Com Port

    • 发布日期:2017-03-23
    • 文件大小:192523
    • 提供者:lili
« 12 »
搜珍网 www.dssz.com