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

搜索资源列表

  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. CommTest

    0下载:
  2. 串口调试工具源码,里面含有CSerialport类 的使用-Serial source code debugging tools, which use the class with CSerialport
  3. 所属分类:Com Port

    • 发布日期:2017-05-12
    • 文件大小:2675145
    • 提供者:chenhuorong
  1. CserialPort

    0下载:
  2. 一个外国人写的API的串口通信类,本文作了改动,可以发定长的数据-API, a foreigner writing serial communication class, this change is made, it can be fixed-length data
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:6876
    • 提供者:尹超
  1. SCOMMV23

    0下载:
  2. 很好用的串口助手和元代码 包含大部分串口功能,利用CSerialPort类编写的-serial and source code with CSerialPort class
  3. 所属分类:Com Port

    • 发布日期:2017-05-22
    • 文件大小:7143083
    • 提供者:胡林
  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. TEST

    0下载:
  2. 串口通信程序,检测颗粒浓度,基于CSerialPort类编写,对于VC串口通信初学者很有帮助-Serial communication program, the detection of particle concentration, written based CSerialPort class for VC serial communication very helpful for beginners serial communication program, to detect parti
  3. 所属分类:Com Port

    • 发布日期:2017-05-18
    • 文件大小:5041125
    • 提供者:superchenying
  1. 8-Serial-Ports-using-API

    0下载:
  2. 通过类CSerialPort读取8个串口(两种仪表,RS-485协议)的模拟量数据-read 8 serial ports (two meter class , RS-485 protocol) of the analog data using CSerialPort class
  3. 所属分类:Com Port

    • 发布日期:2017-05-14
    • 文件大小:3115955
    • 提供者:
  1. CommTest

    0下载:
  2. 一个应用CSerialPort的实例,可通过此程序了解基本的串口编程-CSerialPort an application example of this procedure can be programmed to understand the basic serial
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:45799
    • 提供者:lx
  1. OMYGOD

    0下载:
  2. 一个应用CSerialPort的实例,可通过此程序了解基本的串口编程-CSerialPort an application example of this procedure can be programmed to understand the basic serial
  3. 所属分类:Com Port

    • 发布日期:2017-03-24
    • 文件大小:45687
    • 提供者:lx
  1. CommTest

    0下载:
  2. 很实用的适于串口编程的CSerialPort类源代码。支持线连接的串口编程操作,编写的程序在windows98/NT/2000/XP系统下都能很好地运行。-Very useful source code suitable for the serial programming CSerialPort class. Support line to connect the serial programming operation, a program written in windows98/NT/2
  3. 所属分类:Com Port

    • 发布日期:2017-11-20
    • 文件大小:1012926
    • 提供者:重剑
  1. SerialPort

    0下载:
  2. 应用CSerialPort类编制基于对话框的应用程序的CSerialPort类的类文件。-Preparation of the application CSerialPort class based the dialog application CSerialPort class class file.
  3. 所属分类:Com Port

    • 发布日期:2017-11-17
    • 文件大小:1531
    • 提供者:周度翰
  1. CSerialPort

    0下载:
  2. 使用CSearialport类创建双串口使用的例子。-The use CSearialport class to create a dual serial example.
  3. 所属分类:Com Port

    • 发布日期:2017-11-06
    • 文件大小:3924958
    • 提供者:chen
  1. SERIALPORTTEST

    0下载:
  2. 在vc6.0集成开发环境下,应用CSerialPort类编制基于对话框的应用程序-The application CSerialPort class convention dialog-based application
  3. 所属分类:Com Port

    • 发布日期:2017-11-13
    • 文件大小:1927452
    • 提供者:王可新
  1. LsCommDemo

    0下载:
  2. 这是一个Win32 API的打包类,对处理串口的Win32 API类进行了封装,借助这个类可以很方便地对串口进行操作。 特性: 1、C++接口简洁易用。 2、使用C++异常时,首选 Win32 常规的返回值机制。保证使用CSerialPort的代码更加健壮。 3、支持UNICODE,支持MFC静态链接并且所有代码都在 warning level 4 级别上进行洁净编译。 4、支持串口模块使用重叠、阻塞和回调(只能在NT中使用) -This is a Win32 API
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:369163
    • 提供者:zfcx1688
  1. CSerialPort_test11

    0下载:
  2. VC++2008编写的基于CSERIALPORT类的串口程序;默认是COM1;可以到对话框初始化程序段修改串口号;编译时会提示WCHAR转CHAR数据会损失不用理会。-VC++2008 prepared based on CSERIALPORT class serial procedures default is COM1 possible to modify the dialog initialization block serial number compile time will b
  3. 所属分类:Com Port

    • 发布日期:2017-05-29
    • 文件大小:11659677
    • 提供者:wsq
  1. CSerialPort

    0下载:
  2. 一个串口类,可以实现收发监听,以及管理多个串口-A serial port, can realize transceiver to monitor, and manage multiple serial port
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:153981
    • 提供者:mahaihong
  1. COMMTEST

    0下载:
  2. 多串口多线程的一个测试小工具,很好的一个实例源代码(multithreading serial communication example. Rar)
  3. 所属分类:串口编程

    • 发布日期:2017-12-20
    • 文件大小:2358272
    • 提供者:BillyBilly
  1. api2com

    0下载:
  2. 利用串口类SerialPort编写的串口接收与发送数据的例子,实现串口通讯(An example of serial port receiving and sending data by serial port SerialPort to realize serial communication)
  3. 所属分类:串口编程

    • 发布日期:2018-04-22
    • 文件大小:24544256
    • 提供者:menggongchang
« 1 2 3»
搜珍网 www.dssz.com