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

搜索资源列表

  1. Test_com

    1下载:
  2. 本源码采用spcomm串口控件,接受数据采用线程方式,这是一个串口测试工具,可以用来做串口监听等。非常适合使用delphi开发串口程序的程序员做参考!-the source used spcomm Serial Control and accept data using threads, it is a serial testing tools can be used to do Serial wiretapping. Delphi is very suitable for the develo
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:37687
    • 提供者:天堂
  1. RS232COMMuniication

    0下载:
  2. uart串口通信的控件和demo,用API 编写,后台接受线程实时接收,Demo可以实现字符串传送和HEX发送 -UART serial communication controls and the demo, with API preparation, background threads to accept real-time receiving, Demo can be achieved string transmission and HEX Send
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1350304
    • 提供者:许开明
  1. spcomm

    0下载:
  2. // This Communications Component is implemented using separate Read and Write // threads. Messages from the threads are posted to the Comm control which is // an invisible window. To handle data from the comm port, simply // attach a handler to
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:21334
    • 提供者:skyblue
  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. QSSReader

    0下载:
  2. QSS设备读取的后台服务程序,有多线程设置读取QSS,数据存储-Os equipment to read the background of service procedures, how to read threads set Os, data storage
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:28912
    • 提供者:停留
  1. serial_port_c_code

    0下载:
  2. 能够对串口进行读写操作。利用线程实现了非阻塞调用-Able to read and write the serial port, monitor class. Use threads to achieve non-blocking calls
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:36007
    • 提供者:叶万春
  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. MultiThread_COM

    0下载:
  2. 多线程串口通信程序。本程序使用两个线程对串口进行监听和控制,程序经反复实际调试运行稳定,系统占用率极低。-Multi-thread serial communication programs. This program uses two threads on listening to and control serial ports, the actual commissioning program after repeated stable, the system occupancy rate
  3. 所属分类:Com Port

    • 发布日期:2017-05-10
    • 文件大小:2438531
    • 提供者:shrekkkk
  1. SetComm

    0下载:
  2. 串口编程,采用线程,事件的原理,显示所有从串口返回的信息-Serial programming using threads, the principle of the incident, shows all information returned from the serial port
  3. 所属分类:Com Port

    • 发布日期:2017-05-06
    • 文件大小:1242662
    • 提供者:Levin
  1. thread-com

    0下载:
  2. 可以同时用多个线程操作串口,供参考学习,有需要下载-Multiple threads can use the serial port operation
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:77763
    • 提供者:sam
  1. Modem

    0下载:
  2. 《VC++精彩实例》第30章 多线程串口Modem远程数据通信-COM multiple threads processing for remote data communications
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:65687
    • 提供者:Pero
  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-14
    • 文件大小:5983
    • 提供者:陈虎
  1. ComCommunication

    1下载:
  2. 串口通讯动态库源码,结构清晰,实现串口异步通讯,消息线程可以直接加载工程中应用-Serial communication DLL source code, clear structure, realization of serial asynchronous communication, message threads can be directly loaded in engineering applicationbeginners and
  3. 所属分类:Com Port

    • 发布日期:2017-05-22
    • 文件大小:6673076
    • 提供者:wanglizhen
  1. examples-mini6410-20110104

    0下载:
  2. examples-mini6410-20101110.tgz Linux编程示例,包含串口编程,PWM, LED, 按键,线程,网络等 -the the examples-mini6410-20101110.tgz Linux programming examples, including the serial programming, PWM, LED, buttons, threads, network, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-15
    • 文件大小:50481
    • 提供者:李虎子
  1. SerialPort

    0下载:
  2. 1 可以动态修改串口的参数 2 采用线程方式来发送文件 3 用循环队列来接收数据,同时用线程来显示数据,避免接收大量数据时程序无响应-1 can dynamically modify the parameters of the serial using threads to send the file with the circular queue to receive data at the same time to display data using threads to avoi
  3. 所属分类:Com Port

    • 发布日期:2017-11-12
    • 文件大小:5692
    • 提供者:石志超
  1. SerialPort

    0下载:
  2. 完成了串口操作的基本功能,包括读写功能、创建线程功能及线程监听等功能-Completion of the basic functions of serial operation, including read and write capabilities, to create threads and thread monitor function and other functions
  3. 所属分类:Com Port

    • 发布日期:2017-04-14
    • 文件大小:5586
    • 提供者:xu lu
  1. TestSerialComm

    0下载:
  2. 串口实现发送指令数据,采用多线程编程 以读写文件方式操作串口,实现线程间同步- Serial port data transmission instruction, multi-threaded programming to read and write files serial manner, to achieve synchronization between threads
  3. 所属分类:Com Port

    • 发布日期:2017-06-15
    • 文件大小:23442490
    • 提供者:
  1. FinsCom

    3下载:
  2. 组件采用动态链接库文件(*.DLL)的形式,在PC系统的项目工程里引用该组件,调用相应的属性与方法函数,即可快速实现PC与PLC的数据高效交换。 无须任何配置,直接调用函数,与应用开发无缝衔接;多年工程经验的软件团队开发测试,经过本公司及客户的海量实际应用检验,稳定可靠;内建动态管理的多独立线程连接,同时支持外部应用的多线程结构调用;兼容WINDOWS系统下的所有开发环境,包括各种版本的VB.NET、C#、VC++,以及DEIPHI 、VB、LabView等;(The component ad
  3. 所属分类:串口编程

    • 发布日期:2017-12-17
    • 文件大小:2358272
    • 提供者:Autoctrl888
  1. Threads

    0下载:
  2. HERE ABCA O AUDFS I CHDJAF HAACDHD AFAGB I YGA IFGA
  3. 所属分类:串口编程

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:Vicky120893
搜珍网 www.dssz.com