CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - VC 串口 api

搜索资源列表

  1. WinCE_SerialPort

    0下载:
  2. 这个例子演示了Windows CE操作系统下,采用VC++进行串口通讯的例子。这个代码已经很详细了,类似于桌面Windows的串口调试助手。Windows CE下没有MSComm控件可以使用,这个例子演示了如何采用VC++,通过API操作,进行串口通讯的编程。-This example demonstrates the Windows CE operating system, using VC++ for serial communication example. This code has a
  3. 所属分类:Windows CE

    • 发布日期:2017-04-16
    • 文件大小:40235
    • 提供者:joyzml
  1. MySerialCom

    0下载:
  2. 串口通信API编程.基于VC++6.0.可以直接使用。-Serial communication API programming. Based on VC++6.0. Can be used directly.
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:39113
    • 提供者:wu
  1. Serial-Communication

    0下载:
  2. 在VC++编程环境中,应用底层API函数实现串口通信。-In VC++ programming environment, the application serial communication underlying API function.
  3. 所属分类:Com Port

    • 发布日期:2017-05-10
    • 文件大小:2434989
    • 提供者:朱小方
  1. 57789345

    0下载:
  2. MSCommControl控件通过串行端口传输和接收数据为应用提供串行通讯功能MSCommControl控件在串 口编程时非常方便员不必去花时间去了解较为复杂API而且在VC、VB、Delphi等语言中均可使用-MSCommControl control through a serial port transmit and receive serial data applications in the serial communication function MSCommControl c
  3. 所属分类:Com Port

    • 发布日期:2017-04-17
    • 文件大小:152972
    • 提供者:xiaofan
  1. Comd

    0下载:
  2. VC++6.0 用API写的串口调试工具,可以收发数据 -VC++6.0 using the API to write the serial port debugging tool, you can send and receive data
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:183962
    • 提供者:sunnowyli
  1. LUOAPI

    0下载:
  2. VC++带线程的API串口通信,简单的API串口实现,调试已经通过-VC++ take thread API serial communication, simple API serial implementation, debugging through
  3. 所属分类:TAPI

    • 发布日期:2017-04-09
    • 文件大小:1889686
    • 提供者:
  1. scommtest

    0下载:
  2. 串口编程,VCC C/C++,VC/MFC, Windows,SDK,API-serial port proggram
  3. 所属分类:Com Port

    • 发布日期:2017-05-08
    • 文件大小:1927064
    • 提供者:木木
  1. MFC-com

    0下载:
  2. 本文既写了在Windows中怎样用VC控件MSComm,又说明了API技术编程方法,在写用MSComm控件时,数据类型的转换说得不是太明白,初次涉猎串口编程的朋友恐怕看了还是编不出来;直接从底层编写的部分值得一读,说得较为详细,但你得先从VC教本上看一看什么是线程。-This paper is written in Windows using VC control how MSComm, and shows the API technology programming method, and w
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:6379
    • 提供者:赵小亮
  1. API1

    0下载:
  2. 基于VC的用API实现两PC间的串口通信程序,经过编译成功,功能可实现-VC-based API implementation between the two PC' s serial port communication program compiled successfully, the function can be realized
  3. 所属分类:Com Port

    • 发布日期:2017-11-11
    • 文件大小:34574
    • 提供者:洛思琪
  1. serial-communication-test-2

    0下载:
  2. 一个win32 API函数的串口通讯,主要实现的功能是电脑vc做上位机,实时的给下位机发送数据。-A win32 API function of serial communication, the main implementation is the function of computer vc do PC, real-time to lower place machine to send data.
  3. 所属分类:Communication

    • 发布日期:2017-11-07
    • 文件大小:4155591
    • 提供者:孟榆烊
  1. API_com_VC

    0下载:
  2. 一个用VC API写的串口通讯程序,很适合初学者,能以此例程基础上设计更多功能的界面-One with VC API to write the serial communication program, it is suitable for beginners, this routine can be designed on the basis of the interface more features
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-20
    • 文件大小:5894978
    • 提供者:王昌鸿
  1. serial

    0下载:
  2. 使用API函数实现的串口通讯DLL,使用VC++编写,可以单独使用,注意看“使用说明.txt”-API functions using serial communication DLL, using VC++ to write, can be used alone, note the "instructions for use. Txt"
  3. 所属分类:Communication

    • 发布日期:2017-05-14
    • 文件大小:3304779
    • 提供者:赵国栋
  1. MSComm

    0下载:
  2. 端口传输和接收数据,为应用程序提供串行通讯功能。MSComm控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的API函数,而且在VC、VB、Delphi等语言中均可使用。 -Port transmission and reception of data and application procedures for serial communications capabilities. MSComm in serial programming extremely convenient p
  3. 所属分类:Com Port

    • 发布日期:2017-04-30
    • 文件大小:47429
    • 提供者:李元
  1. unicode_api

    0下载:
  2. 在VC++编程里,不用控件,直接用API函数,实现串口端口的监测与数据信息的采集,并且解决了Unicode字符下的字符接收问题,也兼容多字节的接收。
  3. 所属分类:串口编程

    • 发布日期:2019-11-20
    • 文件大小:18451067
    • 提供者:xiaomiarmy
« 1 2 3 4»
搜珍网 www.dssz.com