搜索资源列表

  1. 多线程串行口通讯构件

    0下载:
  2. 说明:多线程 (Multi-Thread) RS232 串行口通讯构件 ( 1.51 版,附源码 )-: multithreading (Multi-Thread) RS232 serial port communication components (1.51 version, with source)
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:142275
    • 提供者:zxb
  1. 多线程串口Modem远程数据通信

    0下载:
  2. 本例子详细介绍了如何编制一个利用win32串口API函数,通过读写串口控制MODEM,进而实现远程数据传输的程序。-the detailed examples of how to use the preparation of a Serial win32 API functions to read and write through the modem serial port control, thereby achieving lon
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:59602
    • 提供者:王永
  1. thread

    0下载:
  2. 多线程,串口编程,包括一个头文件和一个源文件,封装在一个类中,相信大家看过这两个文件后,对相关的应用一定回有一个大致的编程模式形成-Multi-threading, serial programming, including a header file and a source file, encapsulated in a class, I believe that everyone read these two documents,
  3. 所属分类:串口编程

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:王建军
  1. SCON

    0下载:
  2. 一个公司做得多线程接口库,包括串口 UDP TCP 等,自己还可以扩展。动态库的形式调用-A company doing multi-threaded interface library, including the serial port, such as UDP TCP itself can also be extended. Dynamic library calls
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:81920
    • 提供者:zfc
  1. multi-serialsport

    0下载:
  2. 基于多线程串口通信的生产数据实时采集系统,对系统在实现中涉及的多线程处理技术、串行通信、数据库访问技术和Socket 通信技术作了较为详尽的说明-Based on multi-threaded serial communication in real-time production data acquisition system, the system involved in the realization of multi-threa
  3. 所属分类:串口编程

    • 发布日期:2024-05-20
    • 文件大小:149504
    • 提供者:yn
  1. VC++Multi-Thread

    0下载:
  2. vc多线程:用VC实现多串口多线程工业控制 来源:编程基地 http://bcjidi.cn/-vc Multithread: Using VC multi-serial multi-threaded industrial control Source: programming base http://bcjidi.cn/
  3. 所属分类:串口编程

    • 发布日期:2024-05-20
    • 文件大小:131072
    • 提供者:pudn
  1. Rea_Time_Multi_threadSerial_Communication_Technolo

    1下载:
  2. 本文结合汽车配件厂工厂制造执行系统(MES)的开发实践,介绍和讨论了一种基于多 线程串口通信的实时数据采集系统的设计和实现方法,讨论了在设计和实现该系统的时候必 须考虑和注意的要点,并对系统在实现中涉及的多线程处理技术、串行通信、数据库访问技 术和Socket 通信技术作了较为详尽的说明。-This paper introduces one of real time data collecting system which
  3. 所属分类:串口编程

    • 发布日期:2024-05-20
    • 文件大小:149504
    • 提供者:士大夫
  1. Port_final

    0下载:
  2. java编写的多线程串口通信程序,用于串口测试-java prepared by multi-threaded serial communication program for the serial test
  3. 所属分类:串口编程

    • 发布日期:2024-05-20
    • 文件大小:172032
    • 提供者:hikaru
  1. CommTest

    0下载:
  2. 基于CSerialPort的串口多线程通信。首先设置好串口参数,然后开启串口监测工作线程,它监测到串口接收到的数据、流控制事件或其他串口时间后,就以消息方式通知主线程,激发消息处理函数来进行数据处理。而发送数据可以直接向串口发送。-CSerialPort based on multi-threaded serial communication. First of all, set up serial port parameters, a
  3. 所属分类:串口编程

    • 发布日期:2024-05-20
    • 文件大小:1246208
    • 提供者:海涛
  1. serial

    0下载:
  2. 利用CSerialPort类,设计了基于对话框的多线程通信程序,可完成两台计算机之间的串口通信-CSerialPort use category, the design of dialog based on the multi-threaded communication procedures between the two computers to be completed by the serial communication
  3. 所属分类:串口编程

    • 发布日期:2024-05-20
    • 文件大小:1917952
    • 提供者:章伟
  1. can4nt

    0下载:
  2. 典型的串口编程,详细说明了串口编程中多线程的运行和保护-Typical serial programming, detailed descr iption of the serial multi-threaded programming in the operation and protection of
  3. 所属分类:通讯编程

    • 发布日期:2024-05-20
    • 文件大小:735232
    • 提供者:chengjiajia
  1. mscomabc

    1下载:
  2. 一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。-More than one thread of the VC++ Serial Communication example, select the serial port of the machine can be used to open the same number
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:107520
    • 提供者:133
  1. interact-serialport

    0下载:
  2. 实现串口的初始化,里面采用的是overlappe模式,利用多线程实现串口通信。 还可以对DCB进行配置。 实现双机串口互联,双机通过串口通信.-two computers from using the serial port can communicate each other
  3. 所属分类:串口编程

    • 发布日期:2024-05-20
    • 文件大小:14579712
    • 提供者:kaihong
  1. RPU20090505

    0下载:
  2. 多串口,多线程操作,最多可支持到8个串口的读写操作-Multi-serial, multi-threaded operation
  3. 所属分类:通讯编程

    • 发布日期:2024-05-20
    • 文件大小:23172096
    • 提供者:聂友军
  1. multithreadedSerialCommunication

    0下载:
  2. VC多线程串口通信软件设计。-VC multi-threaded serial communication software design.
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:566272
    • 提供者:阿飞
  1. Modem

    0下载:
  2. 这是一个多线程的串口通信例子,可供大家借鉴-This is an example about multiple thread communication with serial port.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-20
    • 文件大小:57344
    • 提供者:ccj
  1. vc_serialport_communication

    0下载:
  2. MSComm 控件在基于单文档中的应用 Win32 API 串口控制 MFC 打包类 Win32串口编程 多线程,多接收模式串口类LsComm 通过串口收发短消息 一个串口通讯数据库存取例子程序-vc serial port communication by much ways
  3. 所属分类:通讯编程

    • 发布日期:2024-05-20
    • 文件大小:5354496
    • 提供者:liuyuefeng
  1. simulator-vehicle-detector

    0下载:
  2. 多线程车辆检测器模拟程序(多线程串口发送)可设置模拟车辆速度(最大车速和最小车速)及车流量 注意:只有计算机有串口存在才能运行-Multithreading vehicle detector simulation program (multi-threaded serial port) can be set to simulate vehicle speed (maximum speed and minimum speed) and
  3. 所属分类:串口编程

    • 发布日期:2024-05-20
    • 文件大小:745472
    • 提供者:wuyun
  1. syjk

    0下载:
  2. 串口监控,详细多串口应用,多线程开发 是实际应用后的项目 -c#
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:5604352
    • 提供者:董治国
  1. Commthread

    0下载:
  2. 这是一个用于实现多线程串口类开发的实际测试例程,已经经过调试,实际使用于项目中了。(This is a practical test routine for implementing multithreaded serial class development that has been debugged and actually used in the project.)
  3. 所属分类:通讯/手机编程

« 1 2 3 4 56 7 8 9 10 ... 27 »

源码中国 www.ymcn.org