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

搜索资源列表

  1. pbserial

    1下载:
  2. pb串口库为多线程事件驱动,支持串口的检测、接收发送数据等,功能强大。 -pb serial library for multi-threaded event-driven, support for serial testing, transmitting and receiving data, and powerful.
  3. 所属分类:Com Port

    • 发布日期:2017-11-17
    • 文件大小:45242
    • 提供者:ccc
  1. linux_system_pro

    0下载:
  2. Linux系统编程项目--销售信息系统 【目的】 掌握共享内存的封装使用 掌握串口编程 掌握数据报文的解码 掌握多线程/多进程编程-Linux System Programming Project- Sales Information System [Objective] To grasp the shared memory programming package uses master serial data message to master to master mult
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-18
    • 文件大小:1565047
    • 提供者:lihanwei
  1. uart_10m

    0下载:
  2. 串口通信,建了两个线程,一个线程接受,一个线程发送,能够发送10M以上的大文件-Built two threads, serial port communication, a thread, a thread to send, can send more than 10 m large files
  3. 所属分类:ComboBox

    • 发布日期:2017-06-02
    • 文件大小:14570271
    • 提供者:jingwenyi
  1. ASerialPortset

    0下载:
  2. 包含8个不同串口通讯示例,调试工具源代码,同步异步串口类,及多线程通讯,很多可以直接应用到开发中。-Includes eight different serial communication example, source code, debugging tools synchronous asynchronous serial interface, and multi-threaded communications, many can be directly applied to the de
  3. 所属分类:Com Port

    • 发布日期:2017-06-14
    • 文件大小:22106789
    • 提供者:wanglizhen
  1. lsCommDemo

    0下载:
  2. VC多线程编程实例,多接收模式串口类,接收模式有四种:手动查询串口方式(ManualQueryRecv)、手动定长查询方式(ManualConstRecv)、自动信号查询方式(AutoRecvBySignal)、自动中断查询方式(AutoRecvByBreak)。-VC multithreaded programming examples, multi-category serial receive mode, there are four reception modes: manual che
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:106248
    • 提供者:曾峥
  1. Labview-serial-port

    0下载:
  2. labview 下的串口编写思路程序,含有多线程,中断,串口参数的保存和例子等。-Labview serial port under the writing way of thinking, the program contains a multi-threaded, interruption, save and example of serial port parameters, etc.
  3. 所属分类:LabView

    • 发布日期:2017-04-10
    • 文件大小:1802339
    • 提供者:lexou
  1. API-com

    0下载:
  2. 串行端口是系统资源的一部分,其本质是作为CPU和串行设备间的编码转换器。当数据从 CPU经过串行端口发送出去时,字节数据转换为串行的位(Bit) 接收数据时,串行的位被转换为字节数据。应用程序要使用串口进行通信,必须在使用之前向操作系统提出资源申请要求(即打开串口),通信完成后再释放资源(即关闭串口)。串行通信一般可以分为同步和异步两种操作方式。所谓同步方式是指在串口的接收缓冲区中读取规定数目的数据,直到规定数目的数据全部被读出或设定的超时时间已到才返回。如果规定的待读取数据量大且设定的超时时间
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:209159
    • 提供者:chowyu
  1. VC--com

    1下载:
  2. 非常好用的多线程串口通信实例,新手可作为参考。-Very easy to use multi-threaded serial communication example, the novice can be used as reference.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:94243
    • 提供者:彭婷婷
  1. Cp2Bp2BP

    0下载:
  2. VC串口通讯 多线程串口通讯 串口实现双机互联-VC serial communications multithreading serial communication port to achieve dual-Internet
  3. 所属分类:Com Port

    • 发布日期:2017-06-01
    • 文件大小:14155308
    • 提供者:wangwei
  1. serial

    0下载:
  2. 实现Linux下的串口助手功能,采用多线程编程,基于Qt4.-Implementation under Linux serial assistant.
  3. 所属分类:Driver develop

    • 发布日期:2017-03-31
    • 文件大小:67203
    • 提供者:苑巍
  1. serialport

    0下载:
  2. 实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发.-Implements a simple-to-use multi-threaded serial communication interface, you can switch query and automatic reception mode for the serial data transceiver.
  3. 所属分类:Com Port

    • 发布日期:2017-04-08
    • 文件大小:17101
    • 提供者:zfcx1688
  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. cSharpUART

    2下载:
  2. c#编写串口通讯代码 多线程实现,老外写的,很有用,很全面-c# write serial communication code multithreading, written by foreigners, very useful, very comprehensive
  3. 所属分类:CSharp

    • 发布日期:2015-09-21
    • 文件大小:251904
    • 提供者:无限幻想
  1. serialpor

    0下载:
  2. 多线程串口类及其使用方法,包含完整的CSerialPort类及其使用方法。-A communication class for serial port
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-23
    • 文件大小:56358
    • 提供者:王军
  1. duoxianpreadth

    0下载:
  2. 多线程串口编程,程序是使用arm加华为的GPRS模块进行测试 方便大家修改-Multithread serial programming, program is to use the arm GPRS module testing Huawei to facilitate change
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1485
    • 提供者:nanye
  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
    • 提供者:宁良伟
  1. linux

    0下载:
  2. linux以阻塞的方式访问串口数据,运用在多线程处理程序-linux blocking access to serial data, the use of a multi-threaded process
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:27880
    • 提供者:李冬
  1. COMDEMO

    0下载:
  2. 串口通讯程序,多线程通讯,解决了串口COM10以上的问题,特别适合开发固件程序使用。-Serial communication program, multi-threaded communications, serial port COM10 solve the above problems, especially for firmware development programs.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:438126
    • 提供者:
  1. tty.c.tar

    0下载:
  2. 多线程来处理串口的收发处理!终端io函数的使用方法。-Multi-threading to handle serial transceivers processing! Terminal io functions are used.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-03
    • 文件大小:526
    • 提供者:黄电
  1. SCOMM

    0下载:
  2. 通过建立多个线程,利用串口进行数据的发送。通过使用Mutex控制串口的发送,使得同一时间只有一个线程利用串口发送数据。-By creating multiple threads, using serial data transmission. By using Mutex control the serial port to send, so that only one thread is using the serial port to send data.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:37717
    • 提供者:huang
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 »
搜珍网 www.dssz.com