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

搜索资源列表

  1. serial_communication

    0下载:
  2. 这是一个典型的串口的实验,是linux中将多线程应用到串口的接收和发送程序设计中 -This is a typical serial experiments are linux will be multi-threaded applications to receive and transmit serial programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2576
    • 提供者:方方
  1. Modem

    0下载:
  2. 基于c++的多线程串口Modem远程数据通信,包含串口通信的内容,非常实用,欢迎下载。-C++ based on the multi-threaded remote Modem serial data communications, including serial communication of content, very useful, please download.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:65667
    • 提供者:孟祥平
  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. Modem

    1下载:
  2. 一个Modem测试软件,使用多线程串口通信技术来实现对Modem的检测,可以同时进行多个串口的检测-A Modem test software, the use of multi-threaded serial communication technology to achieve the detection of the Modem, you can simultaneously test a number of serial
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:59606
    • 提供者:jojo
  1. 20073131394675

    0下载:
  2. 实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发-To achieve a simple and easy-to-use multi-threaded serial communication interface, you can switch to receive queries and automatic mode, the data on the serial transceiver
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:168567
    • 提供者:lin
  1. can4nt

    0下载:
  2. 典型的串口编程,详细说明了串口编程中多线程的运行和保护-Typical serial programming, detailed descr iption of the serial multi-threaded programming in the operation and protection of
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:735235
    • 提供者:chengjiajia
  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. thread980

    0下载:
  2. 多线程串口Modem远程数据通信多线程串口Modem远程数据通信-Modem serial multi-threaded multi-threaded remote data communications data communications remote serial Modem
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:67863
    • 提供者:dd
  1. LsCommDemo

    0下载:
  2. LsComm就一个多线程同进接收串口信息的类库,本示例向大家展示如何使用它。示例实现了一个简洁易用的多线程串行通讯接口,可以以切换查询和自动接收两种模式进行对串口数据收发。实现选择串口、选择接收模式、发送数据、同步接收数据、异步接收数据等。-LsComm on a multi-threaded serial port to receive the same information into the library, the examples demonstrate how to use it.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:101599
    • 提供者:
  1. PSerialPort

    0下载:
  2. 一个在evc环境下的多线程串口通讯类,可以在WINCE 所有环境下,经过测试和使用。-Evc a multi-threaded environment serial communications, all in WINCE environment, tested and used.
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:2653
    • 提供者:马国军
  1. thread-Modem

    0下载:
  2. 多线程串口Modem远程数据通信 多线程串口Modem远程数据通信-Modem serial multi-threaded multi-threaded remote data communications data communications remote serial Modem
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:67457
    • 提供者:zl
  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. VCcom

    0下载:
  2.  串口的操作可以有两种操作方式:同步操作方式和重叠操作方式(又称为异步操作方式)。同步操作时,API函数会阻塞直到操作完成以后才能返回(在多线程方式中,虽然不会阻塞主线程,但是仍然会阻塞监听线程);而重叠操作方式,API函数会立即返回,操作在后台进行,避免线程的阻塞。 个类的基类。 该MFC参考通常不描述通过继承的函数或操作符。若要寻求这些函数的信息,请参阅类层次结构图中该类的基类信息。 每个类的说明文档包括:该类的概括、类成员的种类、以及该成员函数、重载操作符或数据成员的基本用途。
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:66760
    • 提供者:csheng
  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. ZhSMS

    0下载:
  2. 经典的手机短信发送接收软件,多线程串口监控,推荐下载!-Classical SMS sending and receiving software to download!
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:157888
    • 提供者:赵三
  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. comcommu

    0下载:
  2. 针对现在工业监控中的缺乏多路串口同时监测的手法,通过开辟多线程以及线程同步解决了多串口同时监测的问题-Intended for industrial monitoring and control in the absence of multi-channel serial port simultaneously monitor the way, through the creation of multi-threading and thread synchronization to solve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-26
    • 文件大小:9008939
    • 提供者:于禾
  1. 446805_e74e00883afc4588

    0下载:
  2. linux qt环境下的串口多线程功能的实现,打开qt窗口后读写串口,并同时可以进行其他窗口操作-linux qt environment implementation of serial multi-threading capabilities, open qt window after the serial read and write, while other windows can operate
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:66095
    • 提供者:fde fd
  1. wince_lenrning_points

    0下载:
  2. wince的电源管理,DirectShow,多线程编程,中断处理机制,驱动程序开发,串口编程要点-wince power management, DirectShow, multi-threaded programming, interrupt handling mechanism, driver development, serial programming essentials
  3. 所属分类:Windows CE

    • 发布日期:2017-05-04
    • 文件大小:1350931
    • 提供者:吴先生
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 21 »
搜珍网 www.dssz.com