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

搜索资源列表

  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. 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. ComTimer

    1下载:
  2. 多线程串口数据发送,采用Windows高精度时间搓实现,精度可以达到1毫秒,可以任意设置进程优先级别和线程优先级别-Multi-threaded serial data transmission, the use of Windows to achieve high-precision time twist, the accuracy can reach 1 ms, which could be set process priority and thread priority
  3. 所属分类:串口编程

    • 发布日期:2013-08-02
    • 文件大小:47540
    • 提供者:宋启波
  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. 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. VCscom

    0下载:
  2. 串口助手的源码,跟其他的不太一样,不同于龚建伟那个,里边使用的线程,速度快,不丢内容,而且,可移植性强等内容-Serial Assistant source, not the same with the other, that is different from GONG, the use of thread inside, fast, do not lose content, but also, and strong content portability
  3. 所属分类:串口编程

    • 发布日期:2013-10-22
    • 文件大小:4494744
    • 提供者:duan
  1. queue

    0下载:
  2. 带线程安全的循环队列,可自行调整队列的大小.处理数据的效率高.处理串口,USB数据的好东东!-With the cycle of thread-safe queue, they are free to adjust the size of the queue. Efficient data processing. To deal with serial port, USB data Dongdong good!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:4623
    • 提供者:张来
  1. RFID

    1下载:
  2. RFID射频打卡系统上位机,VC6开发,使用windows API,定时器读串口,没有用到线程-windows application program about RFID,use windows API,read the serial port with timer but not thread
  3. 所属分类:RFID

    • 发布日期:2017-05-17
    • 文件大小:4997326
    • 提供者:陈盛发
  1. four_system

    0下载:
  2. VC++2005编程实例\源代码\第4章 系统管理编程实例,如何获取计算机串口、鼠标、内存、驱动器、键盘特殊键,用户角色、系统服务、系统性能、启动或停止系统驱动、获取系统指定进程或线程信息,或使用WMI查询系统设备等功能源码27个-VC++ 2005 programming source code examples of Chapter 4 System Management Programming examples of how to obtain a computer serial port
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:432578
    • 提供者:Liu Dongtao
  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. R_and_Wserial_port

    0下载:
  2. 能够对串口进行读写,监视的类。利用线程实现了非阻塞调用-Be able to read and write to the serial port to monitor the class. Achieve a non-blocking use of the thread calling
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:35986
    • 提供者:修卓
  1. Serial_and_gprs_xp_WINCE

    0下载:
  2. 文件说明: 1 XP/2000 下异步方式串口类 SerialPort.h SerialPort.cpp 2 WinCE 下 同步方式串口类(本为阻塞方式,但读写都用了独立的线程,妙哉!) CESeries.h CESeries.cpp 3兼容 WinCE , XP/2000 平台的串口类,同步方式 TSerial.h TSerial.cpp
  3. 所属分类:Windows CE

    • 发布日期:2017-03-24
    • 文件大小:259025
    • 提供者:虎成
  1. uart_terminal

    0下载:
  2. this large program shows you how to communicate via Serial UART on your computer. GUI interface thread is independent from UART thread. so you can learn using multi-thread in windows platform. the program has some other facilities,too. builder is Bor
  3. 所属分类:Com Port

    • 发布日期:2017-05-04
    • 文件大小:1222143
    • 提供者:zaferhasim
  1. mscomabc

    0下载:
  2. 一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。-More than one thread of the VC++ Serial Communication example, select the serial port of the machine can be used to open the same number into the serial port availabl
  3. 所属分类:Windows Kernel

    • 发布日期:2015-07-16
    • 文件大小:107253
    • 提供者:133
  1. pthread.c

    0下载:
  2. 利用pthread,使用者在命令列輸入,程序將產生一個個別行程產生費式數目,置串列為資料型態且被執行緒共享.當執行緒完成執行,由父行程輸出子行程的串列.因為父行程不再一開始就輸出費氏序列,需等待子行程完成 命令列: gcc hw2.c -lpthread-Use pthread, the user at the command line input, the program will produce a resulting fee amount for the individual tr
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:646
    • 提供者:林俞呈
  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. Modem

    0下载:
  2. 这是一个多线程的串口通信例子,可供大家借鉴-This is an example about multiple thread communication with serial port.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:57814
    • 提供者:ccj
  1. GpsRecv

    0下载:
  2. 通过调用Win32通信API函数,可以使程序打开一个串口,并对这个串口进行基本配置。GPS数据采集程序主要实现了配置串口,创建串口数据接收线程,使用重叠操作方式读取串口数据及如何处理接收到的数据的基本方法。-Communication by calling the Win32 API function, you can make the program opens a serial port, serial port and the basic configuration. GPS data a
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3624142
    • 提供者:chenjin
  1. 2007511124528504_136Z_Com

    0下载:
  2. 用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR, 一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收到一个消息后,一段时间没收到下一个EV_RXCHAR,就认为是一个数据包的结束。这个线程就会通知数据接收线程,进行数据接收。一般同一包数据,两个字符之间的时间间隔,应该很小了吧,而两个数据包之间的间隔,应该不会太小吧!(这个地方我不清楚,猜的:( :) ) 最后一个线程,是接收数据的。-Process to comp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:44145
    • 提供者:xiaofeng
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com