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

搜索资源列表

  1. _com

    0下载:
  2. 一个较全de串口类,监视线程的打开和关闭处理的很好-a whole de serial, surveillance threaded opening and closing of the good
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:4380
    • 提供者:luoqijun
  1. MultiThread_RecvCommMsg

    1下载:
  2. 多线程串口接受程序,通过异步接受处理程序能对大数据量传输的串口,比如大型电信交换机计费系统,进行快速稳定的处理.-multithread serial acceptable procedure for the adoption of asynchronous processing procedures would be acceptable to the large volume of data transmission in serial, For example, major telecom
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:16404
    • 提供者:checkyvc6
  1. SerialPort

    0下载:
  2. 此程序是串口处理程序,是用多线程来进行串口通信.
  3. 所属分类:串口编程

    • 发布日期:2014-01-17
    • 文件大小:56921
    • 提供者:zhangrenliang
  1. CommTest.rar

    2下载:
  2. 基于CSerialPort的串口多线程通信。首先设置好串口参数,然后开启串口监测工作线程,它监测到串口接收到的数据、流控制事件或其他串口时间后,就以消息方式通知主线程,激发消息处理函数来进行数据处理。而发送数据可以直接向串口发送。,CSerialPort based on multi-threaded serial communication. First of all, set up serial port parameters, and then open the serial port m
  3. 所属分类:Com Port

    • 发布日期:2017-04-10
    • 文件大小:1246706
    • 提供者:海涛
  1. multi-serialsport

    0下载:
  2. 基于多线程串口通信的生产数据实时采集系统,对系统在实现中涉及的多线程处理技术、串行通信、数据库访问技术和Socket 通信技术作了较为详尽的说明-Based on multi-threaded serial communication in real-time production data acquisition system, the system involved in the realization of multi-threaded processing technology, ser
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:150177
    • 提供者:yn
  1. Sieral_Multithread

    0下载:
  2. 串口通信处理的多个线程需要协调运行,一个线程必须等待另一线程结束才能开始,在处理一个线程的同时必须把其余待处理的线程挂起等待,以减少其余待处理线程对CPU的资源占用,正处理的线程一旦处理结束则通过线程间的通信发出信号来击活被挂起的线程中的一个线程进入处理。-Serial communication processing necessary to coordinate multiple threads running, a thread must wait until the end of the
  3. 所属分类:Com Port

    • 发布日期:2017-04-15
    • 文件大小:7835
    • 提供者:闻伟
  1. Rea_Time_Multi_threadSerial_Communication_Technolo

    0下载:
  2. 本文结合汽车配件厂工厂制造执行系统(MES)的开发实践,介绍和讨论了一种基于多 线程串口通信的实时数据采集系统的设计和实现方法,讨论了在设计和实现该系统的时候必 须考虑和注意的要点,并对系统在实现中涉及的多线程处理技术、串行通信、数据库访问技 术和Socket 通信技术作了较为详尽的说明。-This paper introduces one of real time data collecting system which is designed and implemented
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:150172
    • 提供者:士大夫
  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. SerialCtrlDemo

    0下载:
  2. CSerialIO实现一个对串口读写的类,有一个线程负责处理对串口数据的读写,只需要简单调用CSerialIO提供的API就可以侦听串口的数据。 -CSerialIO implement a class to read and write the serial port, there is a thread responsible for handling read and write data to the serial port, simply provide the API call
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:49620
    • 提供者:ljc
  1. SerialPort

    0下载:
  2. 用API编写的串口类,线程函数检测到串口有数据接收,将发送消息,调用消息处理函数接收数据-function used API, function to detect threads serial data receiver will send a message, call message processing function to receive data
  3. 所属分类:Com Port

    • 发布日期:2017-04-15
    • 文件大小:5983
    • 提供者:陈虎
  1. WYZCommunication1

    0下载:
  2. 实现一个对串口读写的类,有一个线程负责处理对串口数据的读写,只需要简单调用提供的API就可以侦听串口的数据。-implement a class to read and write the serial port, there is a thread responsible for handling read and write data to the serial port, s
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:165863
    • 提供者:chen
  1. TestComm

    0下载:
  2. 这是一个用于对PC机上串口操作的程序,是应用于对ID卡读卡器操作的,其中的Example方法是主方法,不过它的显示是在后台,在前台显示的话就是TestToComm方法,不过它有一些BUG,就是线程没有处理好,如果有哪位有兴趣看一下,帮忙改进一下,在这谢过了,E-mail:wangyunfu2011@126.com-This is a program for the PC serial port operation, the Example method applied to the operat
  3. 所属分类:Com Port

    • 发布日期:2017-11-17
    • 文件大小:127872
    • 提供者:
  1. SerialDemo

    0下载:
  2. 一个很实用的串口调试类,有demo CSerialIO实现一个对串口读写的类,有一个线程负责处理对串口数据的读写,只需要简单调用CSerialIO提供的API就可以侦听串口的数据。-A very practical serial debugging classes, there are demo CSerialIO implement a class to read and write to the serial port, there is a thread to handle read an
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:33481
    • 提供者:宁良伟
搜珍网 www.dssz.com