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

搜索资源列表

  1. Modemasync

    1下载:
  2. vc++下利用多线程机制实现串口的异步读和写。-vc using multithreading mechanisms serial asynchronous read and write.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:40448
    • 提供者:Christine
  1. com_dllold

    0下载:
  2. 串口编程,在vc中实现串口的dll文件,再在其它开发平台中调用该dll,以实现串口的通信.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:41158
    • 提供者:tianyunpu
  1. Multithreading

    0下载:
  2. 本文着重探讨用多线程并行的方式通过多个串口进行并行通信。使用多线程进行串行 通信的文献已有一些,但都没涉及到多个串口并行的情况。本文介绍的多串口多线程通信方 法,使多个串口并行通信,从而实现大规模的数据采集与高速数据传输操作。 关键词:多线程;串行通信;同步 -This article focused on the use of multi-threaded parallel manner parallel through multiple serial communic
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:41744
    • 提供者:何平
  1. 20073131394675

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

    • 发布日期:2017-04-25
    • 文件大小:168567
    • 提供者:lin
  1. wince5.0chuankou

    0下载:
  2. 此程序应用于WINCE5.0操作系统上的应用程序,目的是实现硬件电路之间的串口通信-This procedure applies to WINCE5.0 operating system applications, the aim of achieving the serial communication between the hardware circuit
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2907477
    • 提供者:vincent
  1. multitread

    0下载:
  2. 多线程的简单实现和测试小程序,用于多线程的学习,比如串口接受程序-multi-tread realised, a small test program
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:287308
    • 提供者:马弢
  1. CommTest

    0下载:
  2. 1.使用多线程的串口类。有读线程和写线程,发送、接收缓冲区(默认2048字节),满足高性能的收发要求。 2.提供事件通知回调函数接口,可以实现接收的消息接口 3.可以监控Modem事件,提供流控接口。 4.调用接口简单。使用例程参考CommTest.dsw-1. Using multi-thread serial port class. Have read the thread and write threads, send, receive buffer (def
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:84224
    • 提供者:梁东
  1. MutilThreadSerialDLL

    0下载:
  2. VC++写的,在动态库中实现多线程串口监视,希望能对大家有所帮助-VC++ written in a dynamic library in multi-threaded serial port monitor, hoping to be helpful
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:2124181
    • 提供者:刘国
  1. MutiThread5

    0下载:
  2. 多线程实现串口收发的vc程序 上位机程序 串口通讯初学者小程序-Multithreading vc serial send and receive serial communication program for beginners PC applet program
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:28046
    • 提供者:小杨
  1. multi-thread-com-comunication

    0下载:
  2. vc6.0下的多线程串行通信,实现几个线程对串口同时操作-vc6.0 implemented multi-threaded serial communication
  3. 所属分类:Process-Thread

    • 发布日期:2015-07-16
    • 文件大小:79872
    • 提供者:xiepeng
  1. multiUART

    0下载:
  2. 通过创建多线程的方法来实现arm板上的多串口的并行通信,自己编写的,并在板上测试过的,但是针对你的板子,要自己设定。-By creating multi-threaded approach to achieve multi-arm board parallel port communication, I have written and tested on the board, but for your board, to set their own.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:1432
    • 提供者:xting
  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. mscom2

    0下载:
  2. 使用线程的串口通讯的程序,可以实现接收与发送功能-use to Data exchange by Serial ports.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-14
    • 文件大小:3607080
    • 提供者:徐峰
  1. SampleComm

    0下载:
  2. 串口通信 wince系统下的编程,实现串口收发数据- serial communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-18
    • 文件大小:101272
    • 提供者:tang
  1. chuankoutiaoshigongju

    0下载:
  2. 实现了两个串口之间的正常通信,满足了串口调试的基本需求,读者可以根据自己的喜欢进行适当功能的扩展。-Achieve a normal communication between two serial ports, serial debugging meet the basic needs of readers according to their proper function like an extension.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-27
    • 文件大小:1902638
    • 提供者:五姑娘
  1. LGT_1003_v4

    0下载:
  2. MFC 串口程序,实现com口自发自收,适合于初学者的研究和学习,其中包括了MScom控件的使用。-MFC serial procedures to achieve com port spontaneous self-closing, suitable for beginners of research and study, including MScom control use.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:57307
    • 提供者:ryan
  1. initialize

    0下载:
  2. 能够实现串口的收发功能,我是第一次上载东西,希望这个能对那些新手有帮助,同时也希望各位高手指点指点,()
  3. 所属分类:进程与线程

  1. ELLPX

    0下载:
  2. 能够实现串口的收发功能,我是第一次上载东西,希望这个能对那些新手有帮助,同时也希望各位高手指点指点,()
  3. 所属分类:进程与线程

    • 发布日期:2018-04-28
    • 文件大小:3072
    • 提供者:ONvaes!611510
  1. packago

    0下载:
  2. 本程序可以通过简单的操作实现对串口的控制,不错的代码()
  3. 所属分类:进程与线程

    • 发布日期:2018-05-01
    • 文件大小:16384
    • 提供者:qgalitp
  1. vridge

    0下载:
  2. 通过蓝牙无线连接实现 串口的功能,可用于工业控制,()
  3. 所属分类:进程与线程

    • 发布日期:2018-05-03
    • 文件大小:8192
    • 提供者:mahnfanence
« 12 »
搜珍网 www.dssz.com