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

搜索资源列表

  1. 20050120091918_MySerialPort[2004-01-18-01]

    0下载:
  2. 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:46411
    • 提供者:刘云鹏
  1. SP12345

    0下载:
  2. 一个基于API的串口通信程序,多线程有bug,大家修改修改后使用-an API based on the serial communication procedures, multithreading bug, we change the use of the revised
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:35428
    • 提供者:袁德权
  1. MutiThreadSerial

    0下载:
  2. 利用VB写的多线程通讯工具,可以很好的解决串口通讯数据量巨大时阻塞的问题,而且对学习怎样用vb写多线程有很大的帮助-VB write multi-threaded communication tools, can solve serial data communications at a huge obstruction to the problem, but learning how to use Visual Basic to write multithreaded be of great
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:21614
    • 提供者:摄氏37度
  1. PrimaryPC code

    0下载:
  2. 一个基于串口控件的多线程代码!其中使用了设计模式中的工厂方法;对很多串口编程有比较大的实际意义-based on a serial control multithreading code! With the use of the design model of the factory; For many serial programming is a more substantial practical significance
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:335681
    • 提供者:高飞
  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. spcomm25

    0下载:
  2. 一个97年的经典控件,现在也不少人用,多线程 (Multi-Thread) RS232 串行口通讯控件。
  3. 所属分类:程序开发库

    • 发布日期:2009-07-18
    • 文件大小:28195
    • 提供者:xingfuzhiyu
  1. Linux应用测试编程示例代码

    1下载:
  2. Linux应用编程示例代码,包含串口,PWM,I2C,LED, 线程,数学库等示例
  3. 所属分类:嵌入式Linux

  1. java多线程异步串口操作实例

    0下载:
  2. 所属分类:进程与线程

    • 发布日期:2011-03-03
    • 文件大小:1616388
    • 提供者:jzinfo
  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. scanner.rar

    0下载:
  2. 一个扫描枪串口通讯程序,包括串口通讯包的线程调用,扫描数据的事件出发,端口的文件读取方法。,A scanning gun serial communication program, including the serial communication package called the thread, scan data events, the document read-port method.
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-22
    • 文件大小:134276
    • 提供者:徐明胜
  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. vcchuankou.rar

    0下载:
  2. vc上位机串口程序,编写接受线程与发送线程,及线程之间同步。通信协议,奇偶校验,vc PC serial procedures, prepared to accept the thread and sending threads, and synchronization between threads. Communication protocol, parity
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:39284
    • 提供者:还都
  1. Serial1

    0下载:
  2. VS2005开发的在Wince平台下的串口测试程序。可以实现线程接收数据,设置DCB参数等相关功能。-VS2005 development platform in the Wince serial port test program. Can achieve a thread to receive data, set the DCB parameters related functions.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-28
    • 文件大小:11552796
    • 提供者:季拓
  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 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 29 »
搜珍网 www.dssz.com