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

搜索资源列表

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

    0下载:
  2. 多线程串行通信,VC++经典编程源码,很好的参考资料。-Multi thread serial communication, VC++ classic programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:82513
    • 提供者:清蒸翅子
  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. CommAPI

    0下载:
  2. 串口发送文件不可多得的例子,调试通过!串口程序部分利用线程来完成接受和显示。包含知识点串口通讯,线程基础等。-A rare example of serial port to send files, debugging through! Serial part of the program to accept and use the thread to complete the display. Serial communication contains knowledge points, th
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:244177
    • 提供者:dingwanli
  1. SerialPort

    1下载:
  2. * Function: 串口的打开、关闭、数据发送 以及 自动接收 (1)采用【事件驱动】的方式,即当缓冲区接收到数据的时候,【自动执行接收数据】,有效的节省系统资源,提高执行效率。 原理:建立一个事件线程,它监视串口的事件和错误信息。当有事件或错误发生时,它主动向【主线程】发送一个Windows消息。主线程在消息相应函数中处理已发生的事件或错误。 (2)采用“异步方式”读串口,耗时的读数据在单独的线程中进行。 (3)编程步骤:定义全局变量、创建串口、开启事件线程、发送数据、自定
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:6900
    • 提供者:Sun Jin
  1. 1602

    0下载:
  2. 在1602液晶屏上实现串口三根线控制,使显示复杂度降低-Wireless communication in 1602 on the LCD screen, a serial port three thread control
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-25
    • 文件大小:22577
    • 提供者:易手乛天
  1. ComTool

    0下载:
  2. 一个完整的串口读写程序,后台线程读写数据-A complete Serial literacy program, a background thread to read and write data
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7435635
    • 提供者:lyzxing
  1. SPComm(XE5)

    0下载:
  2. Spcomm 串列通信控制項具有多線程的特性,接收和發送數據分别在兩個線程內完成,接 收線程負責收到數據時觸發 ... 利用Spcomm 串口控制項向下位機發送數據示例代碼 -Spcomm serial communication control with multi-threading features, receive and send data were completed within two threads, thread is responsible for receiving th
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1679779
    • 提供者:hman
  1. Serial_network-communication

    0下载:
  2. 实现linux环境下的板子与PC机之间的串口发送网口接收的的功能,使用了线程功能-Achieve functional board linux environment between PC' s serial port to send network port reception using the thread function
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:2097
    • 提供者:
  1. RT-Thread1.2.0

    1下载:
  2. 晟睿STM32F103ZET6开发板跑RT Thread,内核为1.2.0,GUI为0.8版本,可以下载到板子上跑。 1、TFT根据RT Thread驱动框架编写,FSMC总线,可直接用。适合常用的9320、9325、9328TFT驱动。 2、SPI W25Qxx Nor flash驱动,可存储字库和文件系统。 3、实时时钟(RTC),可用串口指令设置时间和日期,串口打印,显示在LCD上只需调用LCD显示函数即可。 4、三个串口驱动、IIC驱动,串口1为shell脚本交互窗口,波
  3. 所属分类:Other Embeded program

    • 发布日期:2015-09-25
    • 文件大小:27248640
    • 提供者:潘锐
  1. MFC-USARTClass

    0下载:
  2. VC6.0 创建的一个MFC的串口类(创建线程进行数据接收),主要用于做窗口时需要用到串口问题的解决。-VC6.0 created a serial MFC class (create a thread for data reception), is mainly used to do when the window need to use a serial port on the solution of the problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5115
    • 提供者:qq
  1. cubieboard-master

    0下载:
  2. bluetooth中为蓝牙测试demo:检测周围的蓝牙设备,连接设备,循环发送数据 broadcom-bluetooth:固件源代码,以及加载固件的命令 com:cubieboard从串口读取数据,再通过tcp发送 特点:epoll com_bt:cubieboard从串口读取数据,通过tcp和蓝牙发送 特点:epoll 线程 信号-Connection device for Bluetooth, Bluetooth Test Detection
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-27
    • 文件大小:53021
    • 提供者:张文建
  1. CSIM-Control

    0下载:
  2. 通过多线程机制进行串口通信,控制擎翔系列电机(CSIM),封装了擎翔电机相关的几乎大部分操作,可用于调机或者学习-Serial communication through the multi thread mechanism, control Qing Xiang series motor (CSIM), encapsulates o-gns motor related nearly most of the operation, can be used for adjusting machine
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1990512
    • 提供者:寸芒
  1. test2

    1下载:
  2. qt 5.4.1使用系统自带串口类库,进行串口数据操作。 已经实现多线程,多串口,内置精华线程。-qt 5.4.1 libraries use the system comes with serial ports, for serial data manipulation. Has multi-threaded, multi-port, built-in cream thread.
  3. 所属分类:Communication

    • 发布日期:2016-06-21
    • 文件大小:1665024
    • 提供者:lichang
  1. com

    0下载:
  2. yocto平台下的测试串口的例程,可设置串口速率等参数,会启动一个线程去接收串口数据,同时也可向串口中写入数据-Yocto platform test serial port routines, can be set parameters such as rate of serial port, will start a thread to receive serial data, at the same time also can write data to the serial port
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:228628
    • 提供者:2005tent
  1. yocto_com_test

    0下载:
  2. yocto平台下的测试串口的例程,可设置串口速率等参数,会启动一个线程去接收串口数据,同时也可向串口中写入数据-Yocto platform test serial port routines, can be set parameters such as rate of serial port, will start a thread to receive serial data, at the same time also can write data to the serial port
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:253591
    • 提供者:皮蓬
  1. ARM9_serial

    0下载:
  2. ARM9_serial.rar Linux QT ARM Thread 串口收发实例-ARM9_serial.rar Linux QT ARM Thread serial read and write demo
  3. 所属分类:Linux Network

    • 发布日期:2017-04-27
    • 文件大小:19081
    • 提供者:tanglinghua
  1. ComWave

    0下载:
  2. 采用多线程技术,基于串口通信技术的上位机程序-Using multi thread technology, serial communication technology based on the computer program
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-25
    • 文件大小:7931334
    • 提供者:xu
  1. SeriaTool

    0下载:
  2. C#写的串口调试助手工具,使用后台线程读数据-C# to write the serial debugging assistant tool, using a background thread to read data
  3. 所属分类:Com Port

    • 发布日期:2017-04-26
    • 文件大小:96258
    • 提供者:
  1. 1FxNaFe

    0下载:
  2. 与三菱PLC串口通信,有创建线程、关闭线程的功能-With MITSUBISHI PLC serial communication, there are functions to create a thread, to close the thread
  3. 所属分类:Com Port

    • 发布日期:2017-05-16
    • 文件大小:3758905
    • 提供者:陈磊
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com