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

搜索资源列表

  1. Modem

    1下载:
  2. 一个Modem测试软件,使用多线程串口通信技术来实现对Modem的检测,可以同时进行多个串口的检测-A Modem test software, the use of multi-threaded serial communication technology to achieve the detection of the Modem, you can simultaneously test a number of serial
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:59606
    • 提供者:jojo
  1. Multi-threading

    0下载:
  2. 多线程技术在串口通信中的应用,适用于delphi编程-Multi-threading technology in the serial communication for delphi programming
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:169051
    • 提供者:lzyong
  1. VCcom

    0下载:
  2.  串口的操作可以有两种操作方式:同步操作方式和重叠操作方式(又称为异步操作方式)。同步操作时,API函数会阻塞直到操作完成以后才能返回(在多线程方式中,虽然不会阻塞主线程,但是仍然会阻塞监听线程);而重叠操作方式,API函数会立即返回,操作在后台进行,避免线程的阻塞。 个类的基类。 该MFC参考通常不描述通过继承的函数或操作符。若要寻求这些函数的信息,请参阅类层次结构图中该类的基类信息。 每个类的说明文档包括:该类的概括、类成员的种类、以及该成员函数、重载操作符或数据成员的基本用途。
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:66760
    • 提供者:csheng
  1. duoxiancheng

    0下载:
  2. 一个关于vb多线程的串口通信实例,相当详尽,能运行。-A multi-threaded on the vb serial communication instance, quite detailed and can run.
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:12293
    • 提供者:韩云飞
  1. TestThreadLitsen

    0下载:
  2. 一个简单的多线程监听程序,用于从输入设备读入从外界收到的信息-A simple multi-threaded listener for reading from the input device receiving information from the outside world
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:28054
    • 提供者:Wolfe
  1. MultiThreadSerialCommnication

    0下载:
  2. 简单而强大的多线程串口编程工具CserialPort类(附VC基于MFC单文档协议通讯源程序及详细编程步骤)-multithread serial commnunication programming
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:57698
    • 提供者:chenchunming
  1. bishe

    0下载:
  2. 多线程技术在VC++串口通信程序中的应用研究
  3. 所属分类:Com Port

    • 发布日期:2017-05-10
    • 文件大小:2465440
    • 提供者:onejacky
  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. Tanindon

    0下载:
  2. 运拥VC++做的控制程序,包括串口、网络通信、多线程等应用-Developed in VC++6.0. including RS232,TCPIP and multi-thread and so on
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:285433
    • 提供者:刘凯
  1. Example3

    0下载:
  2. 基于CSerialPort的串口多线程通信框架~!串口多线程编程~!加强学习串口编程-Based on the serial multi-thread communication CSerialPort framework ~! Serial multi-threaded programming ~! Serial programming to enhance learning
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:63683
    • 提供者:林子建
  1. Modem

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

    • 发布日期:2017-04-03
    • 文件大小:65687
    • 提供者:Pero
  1. vc_com_api

    0下载:
  2. 串口设置 串口的操作可以有两种操作方式:同步操作方式和重叠操作方式(又称为异步操作方式)。同步操作时,API函数会阻塞直到操作完成以后才能返回(在多线程方式中,虽然不会阻塞主线程,但是仍然会阻塞监听线程);而重叠操作方式,API函数会立即返回,操作在后台进行,避免线程的阻塞-com set   HANDLE CreateFile( LPCTSTR lpFileName,   DWORD dwDesiredAccess,   DWORD dwShareMode,   LPSECUR
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:106373
    • 提供者:mmmm
  1. comm

    0下载:
  2. 基于windows api的多线程串口通讯类,支持消息事件。-Based on multi-threaded windows api serial communications, support news events.
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:4106
    • 提供者:tangjie
  1. DTSConsole

    0下载:
  2. 串口通信程序源码实现多线程通信功能,大家共同学习吧。-Source implementation of serial communication program to send and receive functions, we learn it together.
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:374014
    • 提供者:liuwei
  1. 2011-04-07-1

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

    • 发布日期:2017-04-01
    • 文件大小:105426
    • 提供者:袁元
  1. LsCommDemo(for-vc6)

    0下载:
  2. 此程序为多线程,多接收模式串口类,程序很全,适合新手学习,同是也可以根据自己的兴趣添加自己感兴趣的各个功能-This program is multi-threaded, multi-category serial receive mode, the program is very full, for beginners to learn, the same can also add your own according to their interest in the various feat
  3. 所属分类:Com Port

    • 发布日期:2017-05-12
    • 文件大小:2609237
    • 提供者:蛋蛋
  1. QTool.rel

    0下载:
  2. VC2005工程,用来通过串口做下载,串口通信,AT借口,多线程,Lib调用-VC2005 porject, serial port , AT , multi thread, lib
  3. 所属分类:Com Port

    • 发布日期:2017-04-08
    • 文件大小:75162
    • 提供者:shengwei
  1. uart

    0下载:
  2. BCB6下完整的UART通信程序,多线程机制,封装成独立的类,从Win95时代用到XP,主要配合单片机用,遇到实际问题就修改、记录,能抗住单片机的频繁上电,可用于1Mbps以上高速的虚拟串口,并具备直接控制RTS/DTS输出信号的功能。-BCB6 UART communication program under the complete, multi-thread mechanism, packaged as a separate class, use the times from the Wi
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:8360
    • 提供者:
  1. SerialPort

    0下载:
  2. VC++简单而强大的多线程串口编程工具,该CSerialPort类封装了串口通信的基本 数据和方法。-VC simple and powerful multithreaded serial programming tools, the CSerialPort type of serial communications package of basic data and methods.
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:6802
    • 提供者:jinzhi
  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 2 3 4 56 7 »
搜珍网 www.dssz.com