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

搜索资源列表

  1. 一个多线程串口程序.zip

    0下载:
  2. 所属分类:网络编程

    • 发布日期:
    • 文件大小:99983
    • 提供者:
  1. C++教程

    1下载:
  2. 我个人收集的C++builder 多线程串口通信方面的-my personal collection of multi-threaded C builder of serial communication Wanton
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:338722
    • 提供者:东风客
  1. CserialPort类源码

    2下载:
  2. VC++简单而强大的多线程串口编程工具,该CSerialPort类封装了串口通信的基本 数据和方法-VC simple and powerful multithreaded serial programming tools, the CSerialPort type of serial communications package of basic data and methods
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:7340
    • 提供者:dli
  1. 0423

    0下载:
  2. 一个多线程串口程序,可以比较串口收到的数据-a multithreaded serial procedures can compare the data received Serial
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:74856
    • 提供者:徐江
  1. 串口访问功能的小测试程序

    0下载:
  2. 工作中写的一个含串口访问功能的小测试程序,含多线程,CRC校验 此程序包含了一个串口通讯的类,并能够实现简单的通讯功能,希望对要用API函数写串口通讯程序的朋友有帮助 -work written by a serial access function with a small test program, including multithreading, CRC checksum procedure contains a serial communications category, a
  3. 所属分类:串口编程

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

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

    • 发布日期:2008-10-13
    • 文件大小:94690
    • 提供者:li
  1. 串口访问功能的小测试程序

    0下载:
  2. 一个含串口访问功能的小测试程序,含多线程,CRC校验 此程序包含了一个串口通讯的类,并能够实现简单的通讯功能,希望对要用API函数写串口通讯程序的朋友有帮助 -a serial access function with a small test program, including multithreading, CRC procedure contains a serial communications category, and to achieve a simple communicati
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:609726
    • 提供者:b
  1. 多串口多线程工业控制实现(SerialPort类)

    1下载:
  2. 对SerialPort类进行了一些简单的修改,其中封装了操作串口复杂的一些串口操作。使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。经测试,效果很好-right SerialPort category for some simple changes, packaged operating serial complexity of some serial operation. It can be used directly through some of its simpl
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7464
    • 提供者:丁建军
  1. 串口访问小测试程序

    0下载:
  2. 工作中写的一个含串口访问功能的小测试程序,含多线程,CRC校验 此程序包含了一个串口通讯的类,并能够实现简单的通讯功能,希望对要用API函数写串口通讯程序的朋友有帮助 -work written by a serial access function with a small test program, including multithreading, CRC procedure contains a serial communications category, and
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:62377
    • 提供者:raul
  1. Multithreading

    0下载:
  2. 本文着重探讨用多线程并行的方式通过多个串口进行并行通信。使用多线程进行串行 通信的文献已有一些,但都没涉及到多个串口并行的情况。本文介绍的多串口多线程通信方 法,使多个串口并行通信,从而实现大规模的数据采集与高速数据传输操作。 关键词:多线程;串行通信;同步 -This article focused on the use of multi-threaded parallel manner parallel through multiple serial communic
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:41744
    • 提供者:何平
  1. Example

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

    • 发布日期:2017-04-05
    • 文件大小:63902
    • 提供者:章九
  1. Example3

    0下载:
  2. 基于CSerialPort的串口多线程通信框架,设置串口参数,开启串口监测工作线程,串口监测工作线程监测到串口接收的数据、流控制时间或其他事件后,就以消息方式通知主程序,激发消息处理函数来进行数据处理。-CSerialPort-based multi-threaded serial communication framework, set serial port parameters, open the serial port monitoring thread, serial port mon
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:89248
    • 提供者:许书博
  1. linux_serial_thread_process_network

    0下载:
  2. linux串口、多线程、进程、网络相关内容,教学型代码及课件-linux serial port, multi-threaded, process, network-related content, teaching-based code and courseware
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:974156
    • 提供者:daiyuanhui
  1. WINCE_SerialPort

    0下载:
  2. WINCE、PPC等上封装的串口操作类,采用多线程方式,简单高效,适用于通讯编程-WINCE, PPC, such as the serial port to operate on the package type, the use of multi-threaded mode, simple and efficient for communication programming
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:25520
    • 提供者:heyong
  1. CommTest

    0下载:
  2. 一个关于vb串口多线程通信的实例,可以看看。-Vb serial port on a multi-threaded communication instance, you can look at.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-03
    • 文件大小:1232737
    • 提供者:韩云飞
  1. libserial-0.5.2.tar

    0下载:
  2. Linux 串口多线程程序,封装的不错,适用嵌入式系统-Linux serial multi-threaded process, package, good for embedded systems
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:353754
    • 提供者:prince
  1. MySCom

    0下载:
  2. VC++源码,对serialport类做了增强,基于多线程的串口通讯源程序,代码全。-Enhanced Serialport class,based on Vc++ and multi thread serial port (comm) communication source code.
  3. 所属分类:Com Port

    • 发布日期:2017-05-15
    • 文件大小:3662520
    • 提供者:Au
  1. MulThreadDownload

    0下载:
  2. 多线程文件下载,可自己定义线程个数,实现多线程下载。android手机软件-Multi-threaded file download
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:76014
    • 提供者:老孟
  1. multiUART

    0下载:
  2. 通过创建多线程的方法来实现arm板上的多串口的并行通信,自己编写的,并在板上测试过的,但是针对你的板子,要自己设定。-By creating multi-threaded approach to achieve multi-arm board parallel port communication, I have written and tested on the board, but for your board, to set their own.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:1432
    • 提供者:xting
  1. SerialComm

    0下载:
  2. visual studio 6.0 编译下的 windows 多线程操作串口代码(Windows multithreading serial port code compiled by Visual Studio 6)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:197632
    • 提供者:nayac
« 1 2 3 45 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com