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

搜索资源列表

  1. 多串口多线程工业控制实现

    2下载:
  2. 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。我对串口数量
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:92.47kb
    • 提供者:li
  1. VC++combaseWin32API

    1下载:
  2. 这是本人在网上下载的关于深入浅出VC++串口编程之基于Win32 API的教程
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:74.39kb
    • 提供者:zhangle
  1. PC-MCU

    0下载:
  2. 本文详细地介绍了在Win32环境下通过调用通信API 函数以异步方式来实现PC机和MCS 51 单片机之间的通信过程给出了软硬件设计机理以及详细的通信协议说明
  3. 所属分类:串口编程

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

    0下载:
  2. 基于MFC对话框的 WIN32 API串口通信程序-MFC dialog-based WIN32 API serial communication program
  3. 所属分类:Com Port

    • 发布日期:2017-05-13
    • 文件大小:36.64kb
    • 提供者:bill
  1. VC++SerialInterfaceProgrammingOnWin32API

    0下载:
  2. 本文介绍了基于Win32 API的VC++串口编程。给出了WIN32中打开串口、配置串口、超时设置、事件设置和读、写关闭串口的函数或结构体,随后举了一个利用WIN API进行串口通信的例子。-err
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:119.53kb
    • 提供者:Wuxinmin
  1. RTUWin32

    0下载:
  2. 串口通信编程,win32 vc++,界面。mfc win api -Serial Communication
  3. 所属分类:Com Port

    • 发布日期:2017-05-27
    • 文件大小:9.71mb
    • 提供者:liuhp
  1. MFC_API_Arch_SeriesPort

    0下载:
  2. 于MFC对话框的 WIN32 API串口通信程序,实现串口通信与实时传输 接受的好例子-In the MFC dialog WIN32 API serial communication program to achieve serial communications and real-time transmission to accept a good example of
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:36.64kb
    • 提供者:
  1. vcshenruqianchu

    0下载:
  2. vc 深入浅出的串口编程的文档,包括win32 API编程以及MSCOMM控件编程。-vc serial programming easy to understand documentation, including the win32 API programming and MSCOMM control programming.
  3. 所属分类:Com Port

    • 发布日期:2017-05-04
    • 文件大小:1.04mb
    • 提供者:Pan Blue
  1. RS485Comm

    0下载:
  2. 用win32的API函数实现的串口通信例子 -Use the Win32 API function examples of serial communication
  3. 所属分类:Com Port

    • 发布日期:2017-05-10
    • 文件大小:2.21mb
    • 提供者:王霞
  1. chaoshijieshou

    0下载:
  2. 串口超时接收,串口超时接收 串口超时接收 串口超时接收-MSComm control based on single document in the application of Win32/API serial control MFC pack class/Win32 serial programming/serial development of another way/serial library second version/serial interface communication
  3. 所属分类:Com Port

    • 发布日期:2017-05-10
    • 文件大小:2.15mb
    • 提供者:
  1. CommSample

    0下载:
  2. 使用Win32 API函数进行的串口通讯的编程方法,掌握API函数串口通讯技术。
  3. 所属分类:Com Port

    • 发布日期:2017-05-08
    • 文件大小:1.86mb
    • 提供者:李耀
  1. com

    0下载:
  2. win32 API串口通信 实例 经典 对于初学pc串口通信的人很有帮助-the win32 API serial communication instance the classic for novice pc serial communication helpful
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:6.65kb
    • 提供者:lijiangjun
  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
    • 文件大小:360.51kb
    • 提供者:zfcx1688
  1. Serial

    0下载:
  2. 在win32 环境中,调用Windows的API函数,这种方法可以清楚地掌握串口通信的机制,并且自由灵活-In the win32 environment, calling Windows API functions, this approach can clearly grasp the mechanism of serial communication, and the freedom and flexibility
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:139.03kb
    • 提供者:wwchao
  1. scoom

    0下载:
  2. windows下C语言基于WIN32 API的同步方式读PC串口 不使用控件与类,全C实现。包含完整源代码和示例,注释清晰。分scom.h和scom.c文件。-windows based on the C language to read synchronously WIN32 API does not use the PC serial port control and class, all the C implementation. Contains the complete so
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:3.27kb
    • 提供者:叶影
  1. SerialPortAPI

    0下载:
  2. 一种在Window s 9x 及以上操作系统下利用Win32 API函数实现串行通讯的方法-Win32API function implementation utilizing serial
  3. 所属分类:Com Port

    • 发布日期:2017-05-14
    • 文件大小:3.26mb
    • 提供者:徐昊
  1. Serial

    0下载:
  2. Serial communications is needed in several types of applications, but the Win32 API isn t a very easy to use API to implement it. Things get even more complicated when you want to use serial communication in an MFC based program. The classes provided
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:45.42kb
    • 提供者:李德本
  1. win32

    0下载:
  2. 通过win32 API调用底层函数实现串行通信,纠结了很长时间,终于会用了-Through the realization of Win32 API calls the underlying function,Entanglements for a long time, finally will use
  3. 所属分类:Com Port

    • 发布日期:2017-05-02
    • 文件大小:769.52kb
    • 提供者:zhuguanglei
  1. TinySerial

    0下载:
  2. 采用WIN32 API编写的串口通讯界面,可收发信息,选择串口-Using WIN32 API to write a serial port communication interface, can send and receive information, a serial port
  3. 所属分类:Com Port

    • 发布日期:2017-05-04
    • 文件大小:136.82kb
    • 提供者:张杰
搜珍网 www.dssz.com