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

搜索资源列表

  1. LsCommDemo(for

    0下载:
  2. LsComm就一个多线程同进接收串口信息的类库,本示例向大家展示如何使用它。-LsComm on a multi-threaded to receive the same serial information into the library, in this example to show how to use it.
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:100839
    • 提供者:
  1. VC_DEMO

    0下载:
  2. 此代码实现了com串口通信的配置,可以进行多重设置,采用了多线程,阻塞与非阻塞模式等。-This code implements the com serial communication configuration, can be multi-set, using a multi-threaded, blocking and non-blocking mode.
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3919921
    • 提供者:邵海飞
  1. plc

    0下载:
  2. 串口通讯工具,支持短信猫和普通串口通讯,用的多线程处理-Serial communication tools to support text messaging and the general cat serial communication, use of multi-threading
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:135326
    • 提供者:syx
  1. Thread_Com_Scan

    0下载:
  2. 采用多线程,利用信号灯机制实现多串口数据采集处理-Multi-threaded, multi-use mechanism for serial data signal acquisition and processing
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:208934
    • 提供者:翟双凤
  1. Mscomm-Uart

    0下载:
  2. 一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。-A multi-threaded VC++ Serial communication instance, choose a local serial port available, can be used with the serial number into the open, you can also set the data
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:105460
    • 提供者:胖哥
  1. 2425

    0下载:
  2. 工作中写的一个含串口访问功能的小测试程序,含多线程,CRC校验 此程序包含了一个串口通讯的类,并能够实现简单的通讯功能,希望对要用API函数写串口通讯程序的朋友有帮助-Work with serial port write a small test program to access features, including multi-threaded, CRC check this program includes a serial communications class,
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:446445
    • 提供者:大苏黄
  1. VC

    0下载:
  2. 多线程技术在VC++串口通信程序中的应用研究-Multithreading in VC++ Serial Communication Program Application
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:4396
    • 提供者:jinjin
  1. OK

    0下载:
  2. 多线程linux串口编程 用于zigbee和ARM板的交互 为zigbee和ARM通信提供必要的借口-Linux serial port programming for multi-threaded and ARM zigbee zigbee board interaction to communicate and provide the necessary excuse for ARM
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:3462
    • 提供者:
  1. calculator

    0下载:
  2. 一个串口通讯类,多线程,多串口通讯,简单容易掌握,例程-A serial communications class, multi-threaded, multi-serial communication
  3. 所属分类:Com Port

    • 发布日期:2017-04-08
    • 文件大小:8549
    • 提供者:lideyuan
  1. uart_data_process

    0下载:
  2. 基于ecos系统的多线程处理,此线程是串口数据处理线程-Ecos systems based on multi-threaded
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:3982
    • 提供者:liuqingna
  1. vc12

    0下载:
  2. 这个是讲解VC语言编程多线程和串口通信的资料-This is a multi-threaded programming language to explain the VC and serial data communication
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:36456
    • 提供者:seven
  1. LsComm

    0下载:
  2. 多线程,多接收模式串口类,学习多线程的程序员很实用的程序。-Multi-threaded, multi-category serial receive mode, multi-threaded programmers to learn very practical program.
  3. 所属分类:Com Port

    • 发布日期:2017-05-10
    • 文件大小:2491135
    • 提供者:wang
  1. PA8110A

    0下载:
  2. PA8110A仪表RS232串口取数,开多线程,取数功能测试成功。界面可以自己修改调试,c#源码-PA8110A instrument RS232 serial take number, open multiple threads, take several function test success. Interface can modify commissioning, c# the source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1110904
    • 提供者:fgfgfg
  1. DelphiSPCOMM

    0下载:
  2. Delphi是一种具有功能强大、简便易用和代码执行速度快等优点的可视化快速应用开发工具,它在构架企业信息系统方面发挥着越来越重要的作用,许多程序员愿意选择 Delphi作为开发工具编制各种应用程序。但是,美中不足之处是 Delphi没有自带的串口通信控件,在它的帮助文档里也没有提及串口通信,这就给编制通信程序的开发人员带来许多不便。 目前,利用 Delphi实现串口通信的常用的方法有 3种:一是利用控件,如 MSCOMM控件和 SPCOMM控件;二是使用 API函数;三是调用其他串
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:68275
    • 提供者:赵小亮
  1. mscomabc

    0下载:
  2. 源码介绍: 多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。 -Source introduced: Multithreaded VC++ Serial communication example, select the serial port of the machine can be used, with the progress to open more than
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:136835
    • 提供者:肖传毅
  1. UART

    0下载:
  2. 基于多线程的串口通信发送与接收程序,往下位机写入数据,下位机正确收到数据后返回一个数据,PC正确收到返回数据后再发送下一个数据。回到的数据显示在旁边的文本框里-MultiThread SerialPort
  3. 所属分类:Com Port

    • 发布日期:2017-04-10
    • 文件大小:1902092
    • 提供者:杜威
  1. Serial-multi-thread-communication

    0下载:
  2. 基于Cserialport的串口多线程通信框架,可以更加方便地实现串行通信。-Based the Serialport serial multi-threaded communications framework, can more easily realize the serial communication.
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:1252060
    • 提供者:郭晓
  1. Serial

    0下载:
  2. 多线程实现串口间通信,功能比较简单,但包含的串口类很强大。 -Multi-threaded serial inter-communication function is relatively simple and very powerful, but it contains the serial port class.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-27
    • 文件大小:10372512
    • 提供者:
  1. ProtocolAnalytic

    2下载:
  2. 用C# 开发的一个串口协议分析工具,支持多线程(串口收和发分别在2个线程),串口协议是自己定义的一个协议,叫FTTP,全在一个文件中,大家没兴趣可以无视,只看其他部分即可。更换FTTP.cs 可以做成一个自己的串口协议分析软件来用。-C# development of a serial protocol analysis tools to support multi-threading (serial received and issued in two threads respectively
  3. 所属分类:CSharp

    • 发布日期:2015-09-21
    • 文件大小:29696
    • 提供者:Jay
  1. com

    0下载:
  2. 多线程与串行通信书和配套源码,初学者学串口编程非常有价值的教程,手把手教会你串口通讯-Multi-threaded serial communication books and supporting source code, beginners learn very valuable serial programming tutorial, taught will be your serial communication
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:548532
    • 提供者:刘君
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 »
搜珍网 www.dssz.com