搜索资源列表

  1. 串口通讯类和例子

    0下载:
  2. VC下的串口通信类和一个程序实例-VC Serial Communications and an example program
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:49252
    • 提供者:中浩
  1. 面向对象用C#写的串口通信类

    1下载:
  2. 采用面向对象方法编写的串口通信类(C#),可用于基于串行口的数据通信。
  3. 所属分类:系统编程

  1. 串口通信测量视力

    2下载:
  2. 采用CSerialPort类实现串口通信,利用单文档编程实现视力测量表,具有测量视力的功能
  3. 所属分类:通讯编程

  1. CseriesPort类

    0下载:
  2. CseriesPort类支持多线程串口通信,是一个功能强大的用于驱动串口通信的第三方类。
  3. 所属分类:驱动编程

    • 发布日期:2011-07-11
    • 文件大小:7002
    • 提供者:ye1989
  1. 串口通信的一个派生类

    0下载:
  2. 串口通信的一个派生类-a derived class
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:
  1. 串型通信类

    0下载:
  2. 很好用的串口开发类-good use of the Serial Development,
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:胡明明
  1. 串口通信程序

    0下载:
  2. 一个很好的COM口通讯类-An uart mfc example
  3. 所属分类:串口编程

    • 发布日期:2024-05-17
    • 文件大小:2613248
    • 提供者:武丽杰
  1. 串口通讯类和例子

    0下载:
  2. VC下的串口通信类和一个程序实例-VC Serial Communications and an example program
  3. 所属分类:串口编程

    • 发布日期:2024-05-17
    • 文件大小:49152
    • 提供者:中浩
  1. 串口类实现串口通信

    0下载:
  2. 计算机串口编程类源代码类,供visual c++通讯开发使用。-computer programming class source categories, for the development of visual communications c use.
  3. 所属分类:串口编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:刘建超
  1. 一个串口通讯类和用这个类编写的一个例子程序

    0下载:
  2. vc,串口通讯类和用这个类编写的一个例子程序-vc, serial communications and the use of this type of an example of the preparation process
  3. 所属分类:串口编程

    • 发布日期:2024-05-17
    • 文件大小:93184
    • 提供者:闻丰
  1. com_class

    0下载:
  2. 一个串口通信类的源码. 包括同步和异步-a kind of serial communication source. Including synchronous and asynchronous
  3. 所属分类:串口编程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:jzl
  1. NewCSerialPort

    0下载:
  2. 新的串口通信类,用C++开发,可直接加入项目中,好用.-new serial communication category C, can be directly joining the project and ease of use.
  3. 所属分类:串口编程

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:awen
  1. 2006111900271113166

    0下载:
  2. 内含多个章节,各种小例子,有管理系统,网络服务类和串口通信类 -Contains a number of chapters, various small example, there are management systems, network services and serial communication type
  3. 所属分类:企业管理(财务/ERP/EIP等)

    • 发布日期:2024-05-17
    • 文件大小:2157568
    • 提供者:chencong
  1. CStringPortDEMO

    0下载:
  2. 一个非常优秀的第三方串口通信类,常用的scomv21串口调试工具也是利用这个串口通信类做的。-A very good third-party serial communications, serial scomv21 commonly used debugging tools also take advantage of this type of serial communication do.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-17
    • 文件大小:1354752
    • 提供者:yizhiqiang
  1. SerialInter

    0下载:
  2. vc编写的串口通信类,很好用,我已经用过很多的工程了。-vc prepared by serial communications, very good, and I have spent a lot of work.
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:3961856
    • 提供者:dp
  1. CnComm

    0下载:
  2. CnComm,VC串口通信类最新版,包括所有源码和使用文档-CnComm, VC serial communication class the latest version, including all source code and the use of documents
  3. 所属分类:通讯编程

    • 发布日期:2024-05-17
    • 文件大小:598016
    • 提供者:mc60
  1. cnComm

    0下载:
  2. 一个异步串口通信类,该类在接收到串口数据时会调用一个抽象方法OnReceive()-An asynchronous serial communication class, receiving the serial data will be called an abstract method OnReceive ()
  3. 所属分类:串口编程

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:ty
  1. C# 串口调试小助手(有源码)

    0下载:
  2. C#中串口通信编程 收藏 本文将介绍如何在.NET 平台下使用 C#创建串口通信程序, .NET 2.0 提供了串口通信的功能, 其命名 空间是 System.IO.Ports。这个新的框架不但可以访问计算机上的串口,还可以和串口设备进 行通信。 我们将使用标准的 RS 232 C 在 PC 间通信。它工作在全双工模式下,而且我们不打算使用 任何的握手 或流控制器,而是使用无 modem 连接。 命名空间 System.IO.Ports
  3. 所属分类:通讯编程

    • 发布日期:2024-05-17
    • 文件大小:61440
    • 提供者:文木山
  1. CnComm串口类

    0下载:
  2. 基于API的串口通信类。使用简单方便。功能强大。(Serial communication class based on API. Simple and convenient to use. Powerful.)
  3. 所属分类:串口编程

    • 发布日期:2024-05-17
    • 文件大小:7060480
    • 提供者:zhanggf
  1. Serialport

    0下载:
  2. MFC平台下的串口通信类。添加关闭端口函数,字节型发送函数(The serial communication class under the MFC platform. Add the closed port function, the byte send function)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:yang.wang
« 12 3 4 5 6 7 8 9 10 ... 20 »

源码中国 www.ymcn.org