CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - API函数 串口

搜索资源列表

  1. 驱鸟程序

    0下载:
  2. 一个驱鸟设备的程序,串口程序很简洁,没有应用MFC,只使用了API函数 -one-bird procedure, serial procedure very simple, MFC is not used, use only the API function
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:49.55kb
    • 提供者:
  1. ComClass

    0下载:
  2. 利用API函数进行串口通信,vc源代码。-Serial port communication using API, VC source code.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6.11kb
    • 提供者:阳光
  1. VCMSCOMM

    0下载:
  2. MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。MSComm控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的API函数,而且在VC、VB、Delphi等语言中均可使用。 Microsoft Communications Control(以下简称MSComm)是Microsoft公司提供的简化Windows下串行通信编程的ActiveX控件,它为应用程序提供了通过串行接口收发数据的简便方法-MSComm control through serial port
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:17.01kb
    • 提供者:123
  1. selport

    0下载:
  2. 在VC++中使用 WINDOWS API 函数对计算机串口进行读写操作-in VC use Windows API functions for serial port of computer literacy operation
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:18.32kb
    • 提供者:曾世尧
  1. api_d

    0下载:
  2. C++ Builder 编的采用API函数多串口通讯源码,系本人在开发门禁控制器管理软件时曾编过的,希望对有这方面的要求的朋友有帮助
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:634.71kb
    • 提供者:向锦华
  1. API

    0下载:
  2. 用API函数实现串行通讯,以往的DOS系统是通过DOS中断和BIOS中断向用户提供串行接口的通讯能力。在Windows环境下,C++的开发工具既没有提供象DOS和BIOS中那样专门的串行通讯控制方法,也不允许用户直接控制串口的中断。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5.39kb
    • 提供者:shiyou
  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 long-distance data transmission p
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:58.21kb
    • 提供者:王永
  1. Win32串口编程.doc

    0下载:
  2. Win32下串口通信与16位串口通信有很大的区别。在Win32下,可以使用两种编程方式实现串口通信,其一是调用的Windows的API函数,其二是使用ActiveX控件。使用API 调用,可以清楚地掌握串口通信的机制,熟悉各种配置和自由灵活采用不同的流控进行串口通信。下面介绍串口操作的基本知识。
  3. 所属分类:Windows编程

  1. 基于windows api的RS232串口程序

    0下载:
  2. 采用WINDOWS API函数编写的RS232串口程序。程序详细展示了windows串口通信的实现过程,包括超时设置,DCB设置等,串口工作方式是较为容易实现的同步方式,适合初学者。 程序采用C++程序编写,但稍有类和对象概念的C程序员一样能够轻松看到程序。
  3. 所属分类:通讯编程

  1. apichuankou

    0下载:
  2. 不适用MSCOMM控件,直接调用WIN API函数进行串口通讯的演示程序-MSCOMM controls do not apply, directly call WIN API function demo serial communications
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:4.09kb
    • 提供者:han liu
  1. SCIDLL

    0下载:
  2. 串口动态链接库模块,API函数编写,包含三个线程-API SCI MOUDL
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:14.67kb
    • 提供者:name
  1. 01

    0下载:
  2. 使用串口进行文件传输,通过CreateFile等API函数创建传输程序-chuanxingtongxu
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:111.89kb
    • 提供者:caibing
  1. vcapi

    0下载:
  2. vc调用api函数进行串口通讯,能够实现对omronPLC的串口通讯,能够实现对omronPLC的数据区的读取和写入.-vc call the api function serial communication can be achieved right omronPLC serial communication can be achieved right omronPLC data area read and write.
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1.84mb
    • 提供者:wang
  1. GpsRecv

    0下载:
  2. 通过调用Win32通信API函数,可以使程序打开一个串口,并对这个串口进行基本配置。GPS数据采集程序主要实现了配置串口,创建串口数据接收线程,使用重叠操作方式读取串口数据及如何处理接收到的数据的基本方法。-Communication by calling the Win32 API function, you can make the program opens a serial port, serial port and the basic configuration. GPS data a
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3.46mb
    • 提供者:chenjin
  1. Terminal

    0下载:
  2. API方式串口应用的例子,包含了串口的读写和配置函数及应用方式。-an example about comm programing.
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:59.96kb
    • 提供者:fidaura
  1. APIComfordll_windows

    0下载:
  2. VC6 串口通讯 API 利用API函数对串口进行操作-VC6 COMM API
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3.3mb
    • 提供者:李强
  1. Open-through-the-API-function-Serial

    0下载:
  2. VB.NET编程,通过API函数实现串口打开,简单的应用-VB.NET programming, through the serial port open API function, a simple application
  3. 所属分类:.net

    • 发布日期:2017-03-28
    • 文件大小:3.11kb
    • 提供者:佟爱华
  1. API

    0下载:
  2. 基于API函数的串口通信程序,很实用的的一个程序。-window API Serial communication
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-11
    • 文件大小:2.15mb
    • 提供者:黄祖宁
  1. 串口数据实时采集显示例程

    1下载:
  2. 通过调用API函数实时采集来自串口的数据,并将数据实时显示在界面中(function: sample data come from serio port and display information in form)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-18
    • 文件大小:8.43mb
    • 提供者:飞扑
  1. Windows API串口编程参考

    1下载:
  2. Windows API串口编程参考,串口通信相关的32位的Windows API函数进行介绍(Windows API serial port programming reference)
  3. 所属分类:通讯编程

    • 发布日期:2018-05-01
    • 文件大小:24kb
    • 提供者:xmusertang
« 12 3 4 »
搜珍网 www.dssz.com