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

搜索资源列表

  1. 用Win32 API实现串行通信.rar

    0下载:
  2. 所属分类:通讯编程

    • 发布日期:
    • 文件大小:6.09kb
    • 提供者:
  1. 用Win32 API实现串行通信

    0下载:
  2. VC API 编程-VC Programming
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:6.35kb
    • 提供者:古龙
  1. 串口通讯JustinIO

    0下载:
  2. using System using System.Runtime.InteropServices namespace JustinIO { ?class CommPort { ??public string PortNum ??public int BaudRate ??public byte ByteSize ??public byte Parity // 0-4=no,odd,even,mark,space ??public byte
  3. 所属分类:通讯编程

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

    0下载:
  2. 虽然Windows下可视化开发工具如VC、Delphi、C++ Builder等都有专用的定时器控件Timer,而且使用很方便,可以实现一定的定时功能,但最小计时精度仅为55ms,且定时器消息在多任务操作系统中的优先级很低,不能得到及时响应,往往不能满足实时控制环境下的应用。不过Microsoft公司在Win32 API函数库中已经为用户提供了一组用于高精度计时的底层函数,如果用户使用得当,计时精度可到1ms。这个计时精度、对于一般的实时系统控制完全可以满足要求。现将由C++ Builder 4
  3. 所属分类:通讯编程

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

    0下载:
  2. tty sample program of win32 api.you can use it to test tty consel.
  3. 所属分类:通讯编程

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

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

    • 发布日期:2008-10-13
    • 文件大小:74.61kb
    • 提供者:郑金华
  1. ras11

    0下载:
  2. Win32 RAS (远程存取服务) API 例子-Win32 RAS (remote access services) API examples
  3. 所属分类:通讯编程

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

    0下载:
  2. 使用WIN32 API开发串口通信程序的一个完整实例,绝对经典
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:84.04kb
    • 提供者:贺康
  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. vc_serialport_communication

    0下载:
  2. MSComm 控件在基于单文档中的应用 Win32 API 串口控制 MFC 打包类 Win32串口编程 多线程,多接收模式串口类LsComm 通过串口收发短消息 一个串口通讯数据库存取例子程序-vc serial port communication by much ways
  3. 所属分类:Communication

    • 发布日期:2017-05-19
    • 文件大小:5.11mb
    • 提供者:liuyuefeng
  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. PostMessage

    0下载:
  2. C# 实现进程间通讯 采用 Win32 Api方式通讯-C# implementation of inter-process communication using Win32 Api communicate
  3. 所属分类:Communication

    • 发布日期:2017-11-06
    • 文件大小:72.91kb
    • 提供者:王曙光
  1. SerialPort_NEW_API

    0下载:
  2. 串口异步IO 多线程通信,使用WIN32 API,基本实现成功-The serial asynchronous IO multithreading communication
  3. 所属分类:Communication

    • 发布日期:2017-11-24
    • 文件大小:5.01mb
    • 提供者:Edward
  1. pcommLib

    1下载:
  2. pcomm.lib串口编程库。PComm 库函数是台湾MOXA公司提供的,他为用户提供了基于win32 api的开发接口。 PComm库函数分为7大类:控制函数、数据输入函数、数据输出函数、状态函数、事件驱动函数、传输文件函数、特殊设定函数;上述函数均返回int型数据,若函数调用成功则返回0,否则返回一个负整数。-pcomm.lib serial programming library. PComm library functions Taiwan MOXA company, to provid
  3. 所属分类:Communication

    • 发布日期:2017-11-18
    • 文件大小:32.6kb
    • 提供者:陈江明
  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
    • 文件大小:3.96mb
    • 提供者:孟榆烊
  1. FSQQClient

    0下载:
  2. win32 sdk api实现的类似qq的聊天软件,这是客户端,另外还有相应服务器端-win32 sdk api to achieve a similar qq chat software, which is the client, in addition to the appropriate server
  3. 所属分类:Communication

    • 发布日期:2017-05-11
    • 文件大小:2.42mb
    • 提供者:飞飞
  1. FSQQSever

    0下载:
  2. win32 sdk api实现的类似QQ聊天软件,此为服务器端,另有客户端-win32 sdk api achieve a similar QQ chat software, this is the server side, and another client
  3. 所属分类:Communication

    • 发布日期:2017-05-14
    • 文件大小:3.31mb
    • 提供者:飞飞
  1. Win32-API-MSComm-Control-MFC-Class

    0下载:
  2. Win32 API 串口控制 MFC 打包类,适合初学者使用。-Win32 API serial control MFC wrapper class for beginners.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:18.38kb
    • 提供者:程述良
  1. SmsTest

    0下载:
  2. 基于串口AT指令的短信猫通讯程序,串口通讯部分使用WIN32 api,界面用对话框完成-SMS cat serial communication program based on AT commands
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:71.32kb
    • 提供者:xiongtao
搜珍网 www.dssz.com