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

搜索资源列表

  1. Multi-Thread RS232

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

    • 发布日期:2008-10-13
    • 文件大小:17251
    • 提供者:zxb
  1. comm32

    0下载:
  2. 说明:多线程 (Multi-Thread) RS232 串行口通讯构件 ,是 COMM32.ZIP 构件的改良版,并且增加 Data Bits、Parity、 Stop Bits 等配置,支持 Read/Write 时序控制 (Timing control)、 ReadIntervalTimeout、 WriteIntervalTimout 等 ,支持 DTR/DSR, RTS/CTS 硬件流程控置及 Xon/Xoff 软件流程控置 ( 2.5 版,附源码 ) -: multithreading
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:28206
    • 提供者:zxb
  1. ATCOMM32

    0下载:
  2. 著名的串口构件,很容易自己使用,支持多线程。-Famous serial widget, it s very easy for use and sustain several thread.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:7405
    • 提供者:ynly
  1. Tcom

    3下载:
  2. 非常好用的串口控制Delphi组件,支持多线程-very handy serial control of Delphi components and support multithreading
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:78975
    • 提供者:wmyao
  1. monitorRs232

    0下载:
  2. 利用VC++多线程实现RS-232通讯的源程序,程序可对多个串口同时进行监视-multithreading VC RS-232 communications to the source, a number of procedures can be carried out surveillance Serial
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:53688
    • 提供者:www
  1. serilport

    0下载:
  2. EVC版将串口操作封装为一个类,类中使用线程来持续接收。这样,直接用回调函数就可以在主程序中进行实时接收显示。开发其他的程序可以直接复制使用这个类。 PC版可以在VC6.0下编译,大体和EVC版相同。 VB.NET版来自微软的例程,做了修改,使用多线程进行的处理。在VS2003下编译调试通过。 C#版依据VB.NET做成,使用接收线程持续接收!-EVC serial version will operate Packaging for a class, class use thr
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:99340
    • 提供者:思成
  1. comdebug

    0下载:
  2. 多线程事件驱动的多串口通讯测试程序,陈绪本身是一个串口调试器,其中类CSerialPort可以独立使用-multithreaded event-driven multi-serial communication test procedure Radiology is a serial debugger. CSerialPort category which can be used independently
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:25470
    • 提供者:zhaowei
  1. Rs232Communication

    0下载:
  2. 使用VC6开发,多线程实现串口的通信,对学习串口编程和使用串口调试有帮助-use VC6 development, multithreading serial communications, learning and the use of serial programming serial debugging help
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:57197
    • 提供者:李红
  1. SerialPort_C++Builder

    0下载:
  2. 在VC上我们很流行在SerialPort这个多线程的串口类,前段时间我在网上找了,居然很少有人把它用到BCB上面。我大致整理了一下,共大家参考。具体说明见附件。-in our very popular in this multi-threaded SerialPort Serial category, Some time ago I found on the Internet, very few people actually use it BCB above. I generally fini
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:16851
    • 提供者:吕锋
  1. CommDemo

    0下载:
  2. 多线程串行通讯接口:实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发-multithread serial communication interface : Implementation of a simple, easy-to-use multithreading serial communication interface, inquiries and can switch automatically receive mode, the serial
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:84067
    • 提供者:mpig
  1. lscommdemo2

    1下载:
  2. 多线程,多接收模式串口类 LsComm 之二相关文档 多线程,多接收模式串口类LsComm 作者:Liu_sir 所以参照Delphi中的SpComm设计了一个类CComPort,对CSerialPort进行了2次封装,主要目的是简化串口的使用.使其用简单的代码就可以完成串口通讯的过程.并提供了一个Demo程序演示了CComPort的使用 多线程,多接收模式串口类 LsComm 之二 作者:liu_sir 实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:89206
    • 提供者:liaotao
  1. LsCommDemo

    0下载:
  2. VC6请使用 LsCommDemo(for vc6).zip VC7请使用 LsCommDemo(for vc7).zip 作者:Liu_sir VC知识库 http://www.VCKBASE.com 多线程,多接收模式串口类LsComm相关文档 多线程,多接收模式串口类LsComm 作者:Liu_sir 所以参照Delphi中的SpComm设计了一个类CComPort,对CSerialPort进行了2次封装,主要目的是简化串口的
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:333849
    • 提供者:liaotao
  1. mcom4

    0下载:
  2. 串口编写程序 VC6请使用 LsCommDemo(for vc6).zip VC7请使用 LsCommDemo(for vc7).zip 作者:Liu_sir VC知识库 http://www.VCKBASE.com 多线程,多接收模式串口类LsComm相关文档 多线程,多接收模式串口类LsComm 作者:Liu_sir 所以参照Delphi中的SpComm设计了一个类CComPort,对CSerialPort进行了2次封装,主
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:82429
    • 提供者:liaotao
  1. MyComm

    0下载:
  2. Visual C++串口编程例子。实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发 -Visual C++ serial port programming example. Implementation of a simple-to-use multi-threaded serial communication interface, you can switch to receive queries and automatic mode, the dat
  3. 所属分类:Communication

    • 发布日期:2017-05-09
    • 文件大小:1927562
    • 提供者:yangjian
  1. ODBCmultitgread

    0下载:
  2. 是1论文关于多线程与ODBC在串口编程中的应用,对于多线程编程并读取数据库有一定帮助理解。-This is paper aimed at multi-thread and ODBC programing,is helpful to your own application.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:206774
    • 提供者:swallowdean
  1. MySerialCom-source

    0下载:
  2. 基于串口通讯的多线程,可以和wince通信-Serial communication based on multi-threaded, can wince communication
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:39754
    • 提供者:xgia
  1. serial-communicati

    1下载:
  2. 多线程串口通讯实例,可实现十六进制和字符数据的传输。-Multi-threaded serial communication example, hexadecimal and character can achieve data transmission.
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:2025723
    • 提供者:李牧
  1. mscomabc

    0下载:
  2. 多线程串口编程实例,用VC++开发,能够实现串口通信-multi thread port communication
  3. 所属分类:Communication

    • 发布日期:2017-05-08
    • 文件大小:2039838
    • 提供者:刘青云
  1. CommTest

    0下载:
  2. VC多线程串口通信,有助于学习了解串口开发-VC multi-threaded serial communication, help to learn about the serial development
  3. 所属分类:Communication

    • 发布日期:2017-05-26
    • 文件大小:9381631
    • 提供者:小生
  1. CnComm

    0下载:
  2. CnComm v1.50 多线程串口通讯库,包括库源码,使用说明,库手册,demo等 -CnComm v1.50
  3. 所属分类:Communication

    • 发布日期:2017-06-10
    • 文件大小:17599760
    • 提供者:feitian
« 1 23 4 5 »
搜珍网 www.dssz.com