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

搜索资源列表

  1. Serial(MFC).rar

    0下载:
  2. 实现了SerialPort类,用于串口通信,并且采用多线程模式,Achieved the SerialPort class, used for serial communications, and using multi-threaded mode
  3. 所属分类:通讯编程

    • 发布日期:2017-03-22
    • 文件大小:55055
    • 提供者:邓梦
  1. D7Com32

    2下载:
  2. Delphi7 串口通讯 封装的DLL,实现多线程对串口的监控,十六进制数据的写入等基本串口操作方法。-Delphi7 serial communication package DLL, multi-thread serial port monitor, hex data, the basic serial write operation method.
  3. 所属分类:串口编程

    • 发布日期:2013-07-18
    • 文件大小:1014977
    • 提供者:daihongwei
  1. com_classof.rar

    0下载:
  2. 一个封装好的用多线程监听串口事件的串口类,很好用,我就是用这个类做得控制终端。,Package with a good multi-threaded serial port monitor serial type of incident, it just works. . . . .
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:6337
    • 提供者:lyl
  1. CSerialPort-CommTest

    0下载:
  2. 串口测试,基于VC++,多线程编程,可同时测量四个串口-Serial test, based on VC++, multi-threaded programming, which can measure four serial ports
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:55701
    • 提供者:露珠
  1. 530240_3459f29f42bdf54f

    0下载:
  2. 基于qt的串口多线程编程,是学习多线程编程的好例子-Qt-based serial multi-threaded programming is to learn from good examples of multi-threaded programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:29105
    • 提供者:fde fd
  1. VictorComm.v1.3.3.5.Full.Source.BCB.287100

    1下载:
  2. bcb 串口控制组件 , 支持多线程控制串口 .很方便 的控制 串口,提供源代码 -bcb serial control components, supports multi-threaded control the serial port. very convenient to control serial port, providing the source code
  3. 所属分类:进程与线程

    • 发布日期:2013-08-09
    • 文件大小:783217
    • 提供者:liyong
  1. receive

    0下载:
  2. linux 串口多线程程序,Linux系统,嵌入式系统,希望有用-linux serial multi-threaded programs seek to help
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1465
    • 提供者:prince
  1. LsComm

    0下载:
  2. 多线程,多接收模式串口类LsComm.-Multi-threaded, multi-category serial receive mode LsComm.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:169034
    • 提供者:stephen
  1. 50844683C

    0下载:
  2. windowsCE 串口,U口编程实例,运用多线程方法!-windowsCE serial, U I programming examples, the use of multi-threaded approach!
  3. 所属分类:Windows CE

    • 发布日期:2017-05-07
    • 文件大小:1239516
    • 提供者:ssj
  1. serial

    0下载:
  2. 由于WINCE不支持重叠I/O操作,因此可分别用单独的线程去读写串口,通过多线程来模拟重叠操作[4]-WINCE does not support as a result of overlapping I/O operation, it can be a separate thread to read and write serial port, through multi-threading to simulate the overlapping of operations [4]
  3. 所属分类:Communication

    • 发布日期:2017-03-24
    • 文件大小:176314
    • 提供者:owen
  1. SerialPort

    0下载:
  2. 在工业控制中,串口是常用的计算机与外部串行设备之间的数据传输通道,由于串行通信方便易行,所以应用广泛。该实例是一个多线程的串口处理程序-In industrial control, are commonly used in computer serial port and external serial device data transmission between the channels, because of the convenient option of serial communi
  3. 所属分类:Com Port

    • 发布日期:2017-04-29
    • 文件大小:56817
    • 提供者:师童
  1. Example3

    0下载:
  2. 基于CSerialPort的串口多线程通信框架-CSerialPort based on serial communication framework for multi-threaded
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:63761
    • 提供者:yangfan
  1. SerialPortTool

    1下载:
  2. 用串口类CSerial为某公司做的一个串口调试的工具,它可以解析输入的命令,用户可以象使用超级终端一样使用它。我在这里面使用了加载前奏,密码保护功能,多线程加载升级软件,CRC32校验等技巧。-A example code for CSerial class s application. It can be used as super terminal. It s be implemented by code protection, multithread upgrade, CRC32 chec
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:148427
    • 提供者:柳闻徽
  1. serialport

    0下载:
  2. 封装一串口类,利用多线程实现串口的读写,-class serialport
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:2798
    • 提供者:宋沛东
  1. CommTest

    0下载:
  2. 多线程多串口、使用API写的串口通讯例程。-Multi-threaded multi-serial port, use the API to write the serial communication routines.
  3. 所属分类:Communication

    • 发布日期:2017-04-26
    • 文件大小:50951
    • 提供者:yang
  1. Thread_Serial

    0下载:
  2. 实现串口的读写访问的一个完整类--多线程、消息机制;-a completely class have been finished all the function commonly, base on mut_threads and massage map
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:7186
    • 提供者:luyicai
  1. Multi-threading

    0下载:
  2. 多线程技术在串口通信中的应用,适用于delphi编程-Multi-threading technology in the serial communication for delphi programming
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:169051
    • 提供者:lzyong
  1. duoxiancheng

    0下载:
  2. 一个关于vb多线程的串口通信实例,相当详尽,能运行。-A multi-threaded on the vb serial communication instance, quite detailed and can run.
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:12293
    • 提供者:韩云飞
  1. examples

    0下载:
  2. 这是mini2440上的linux系统测试程序,包括串口、ADC、多线程、I2C的测试程序。-This is mini2440 on a linux system testing procedures, including serial ports, ADC, multi-threaded, I2C test programs.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:15125
    • 提供者:liudong
  1. qianrushi

    0下载:
  2. 实验一 熟悉Linux 开发环境 实验二 多线程应用程序设计 实验三 串行端口程序设计 实验四 A/D 接口实验 实验五 D/A 接口实验 -Experiment a second experiment are familiar with Linux development environment, multi-threaded application design program design experiment 3 experiment 4 serial po
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:1697231
    • 提供者:江海
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 20 21 »
搜珍网 www.dssz.com