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

搜索资源列表

  1. vtrctl之CBC源码

    0下载:
  2. 谁给看看,分析一下。应该是windows api编程-who to look at the analysis. Should windows api programming
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:646178
    • 提供者:ok
  1. WindowsAPICOM

    0下载:
  2. Windows API 实现串口通信 用API制作的串口调试器。 供大家学习串口相关的API函数。 有兴趣可以与我联系。-Windows API Serial Communication API produced by the serial debugger. For all study related to the serial port API function. Interested can contact me.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:209682
    • 提供者:朱嘉伟
  1. SerialCommNT

    0下载:
  2. 使用WINDOWS API接口,已封装成WINAPI动态库,可直接使用-use Windows API interface, Packaging has become WINAPI DLL can be used directly
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:49862
    • 提供者:王良高
  1. BOCO.APP.CommBase

    0下载:
  2. 封装COM的操作的Windows API,方便C#开发人员使用。-Packaging operation of the Windows API to facilitate the development of C# in use.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:15529
    • 提供者:陈丹
  1. TestComm

    0下载:
  2. 这是一个很好的用VC开发工具调用Windows API编写的一个串口程序,功能比较简单
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:60483
    • 提供者:丁伟
  1. WindowsAPI

    0下载:
  2. VisualC++串口通信技术与典型事例源代码Windows API编程
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:388893
    • 提供者:唐雨
  1. MicrosoftCommunicationsControl

    0下载:
  2. 常用的串行通信方式。在 Visual C++的编程中,既可以用 Windows API函数进行串行通信编程,也可以利用环境自带的控件进行编程。利用 API函数编写实际应用程序时,往往要考虑多线程的问题,这样编出来的程序不但十分庞大,而且结构比较复杂,继承性差,维护困难。但是使用串行通信控件就 相对简单一些,而且功能强大,性能安全可靠
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:43465
    • 提供者:anjian
  1. siChat

    0下载:
  2. 该程序演示了如何在windows平台下使用WindowsAPI函数来操作串口,可以用以实现两台PC机之间的实时聊天。(必须连接串口电缆)-the program demonstrated how the Windows platform using Windows API function to operate serial ports, can be used to achieve between two PC real-time chat. (Must connect serial cabl
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:108993
    • 提供者:闪核
  1. C++定时器演示程序

    0下载:
  2. 用Windows API函数编写的定时器演示程序
  3. 所属分类:串口编程

  1. Term.rar

    0下载:
  2. 使用Windows API函数实现的串口通信,主要包括串口连接、串口设置、串口数据的发送接收以及串口的关闭,The use of Windows API function implementation of serial communication, including the serial connection, serial port settings, serial data send to receive, as well as turn off the serial port
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:61969
    • 提供者:海涛
  1. Serial-Communication-using-VB

    0下载:
  2. 利用VB开发串口通信程序既可以使用MSComm控件也可以调用Windows API函数实现。不过,只要MSComm控件可以被选用,我们推荐选择此控件实现,因为MSComm控件的功能和API调用一样强,甚至比它还好且使用起来更加简单。 在本章提供的串口通信程序设计中,除了PC与PC串口通信外,PC与单片机、PC与智能仪表、PC与PLC、PC与GSM短信模块等串口通信任务的实现均采用MSComm控件。 -Serial Communication using VB developers can
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:1689337
    • 提供者:寂静山林
  1. Serial-API

    0下载:
  2. 利用VC++编写的基于windows API的串口通信程序,已经测试过,可以成功运行。-Based on Windows API,the program fulfilled the function of data transmission through the serial port.
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:1897662
    • 提供者:ace
  1. Demo

    0下载:
  2. 使用Windows API 方式,实现的串口通信的例子,可以作为一个聊天程序-The use of Windows API methods to realize the serial communication example, can be used as a chat program
  3. 所属分类:Com Port

    • 发布日期:2017-04-15
    • 文件大小:6740
    • 提供者:chenmo
  1. uart

    0下载:
  2. 用C++ Builder 编写的串口通讯测试程序,用于实践C++ Builder 对windows API的封装-Written with C++ Builder serial communications test program for the practice of C++ Builder package on the windows API
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:240732
    • 提供者:小华
  1. VisualCofmrtech

    0下载:
  2. 在本书中,我们抛弃了Windows下串口通信中经常使用,但又被不恰当使用的MSCOMM控件,而是从基本的Windows API函数讲起,然后介绍它的类封装。在图形界面开发的部分,我们不仅介绍主流的MFC技术,而且对目前非常流行的Qt库中如何使用串口通信进行了详细说明。-VisualC++
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:241289
    • 提供者:solon
  1. Example2

    0下载:
  2. 基于Windows API的虚拟终端实现~!串口通信编程基础-Windows API-based virtual terminal to achieve ~! Serial communication programming based
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:63540
    • 提供者:林子建
  1. serial-port-instance-program

    0下载:
  2. 用于工程应用的测试代码部分有MSComm控件串口编程、Windows API串口编程、TAPI通信编程、串口实现双机互连、串口调试精灵、串口控制Modem设备、串口控制单片机、串口控制PLC、串口控制射频卡、串口控制GPS模块、串口控制云台摄像头、智能报警系统、语音自动应答系统以及USB转RS-232串口实例-Test code for some engineering applications have MSComm control serial programming, Windows AP
  3. 所属分类:Com Port

    • 发布日期:2017-11-04
    • 文件大小:44989440
    • 提供者:
  1. Examples_Of_SerialCommunication(vc)

    0下载:
  2. 串口编程的诸多例子,包括mmscom控件的使用、SerialPort类的使用以及对windows api函数的介绍。另外还提供了一个非常有用的串口编程助手软件。-Serial programming of the many examples, including mmscom control the use of, SerialPort class to use as well as the introduction of the windows api function. It also pr
  3. 所属分类:Com Port

    • 发布日期:2017-05-25
    • 文件大小:8849570
    • 提供者:j-wu06
  1. Windows-API-Serial-control

    0下载:
  2. 在Windows下实现对串口的控制(API接口函数)-On the serial port under Windows control (API interface functions)
  3. 所属分类:Com Port

    • 发布日期:2017-03-25
    • 文件大小:30208
    • 提供者:jiabo
  1. API-for-simple-serial-communication

    0下载:
  2. 利用windows API 进行简单的串口通信 无需任何插件-The use of windows API for simple serial communication without any plug-ins
  3. 所属分类:Com Port

    • 发布日期:2017-05-01
    • 文件大小:17523
    • 提供者:一墨
« 12 3 »
搜珍网 www.dssz.com