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

搜索资源列表

  1. SerialPort_vc

    1下载:
  2. 讲述串口通信编程,vc实现!多线程,异步方式。-about serial communication programming, vc achieve! Multi-threaded, asynchronous mode.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:57186
    • 提供者:张力
  1. 通信接口类

    0下载:
  2. 这是一个综合了多种通信方式(RS232串口/TCP/UDP/E1)的通信接口类,它对外提供了统一的接口,使得开发人员不再需要关心通信编程的细节! 内部使用多线程,效率极高,并且经过了2年的使用,不断的得到维护,目前最新版本.-This is a combination of various means of communication (RS232 serial / TCP/UDP/E1) Communication Interface category, which offer a unifi
  3. 所属分类:通讯编程

    • 发布日期:2014-01-21
    • 文件大小:16706
    • 提供者:戴维
  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. 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. rs485

    0下载:
  2. 操作串口直接进行RS485多机通信的类。单片机下485多机通信很容易,用UART的Bit9即可,Windows下就麻烦得多,Windows下串口Bit9用作奇偶校验,要切换Bit9就要动态改通信格式,而且切换时间要跟得上单片机的us级时间。这个自己写的Class用独立线程、Windows高精度定时器机制,高速切换Bit9,示波器测量,时间在10us左右,已用于门禁系统多年,长时间运行可靠! -Direct RS485 serial port operation multi-machine c
  3. 所属分类:Com Port

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

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

    • 发布日期:2017-04-01
    • 文件大小:1465
    • 提供者:prince
  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. 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. 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. 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. 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. 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. Comm

    0下载:
  2. 详细介绍利用Windows API函数进行串口通信开发的代码。使用多线程的方法实现。-Detail the use of Windows API functions for serial communications development code. Using multi-threaded approach to achieve.
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:57523
    • 提供者:peter
« 1 2 ... 12 13 14 15 16 1718 19 20 21 »
搜珍网 www.dssz.com