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

搜索资源列表

  1. MSCOMM

    0下载:
  2. 可实现串口通信开发。使用MSComm控件,用户不必理解复杂的API函数!
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:39704
    • 提供者:liulifeng
  1. Win32ApiSerial

    0下载:
  2. 利用windows api 编写的串口通信程序,有很大的参考价值,自己可以根据此程序编写响应的控件,或者做成通信单元,都是不错的选择
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:217741
    • 提供者:tanghao
  1. VC++windowsAPI

    0下载:
  2. 详细的介绍了用windows API 函数编写串口通信的过程
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:53984
    • 提供者:yjsdqq
  1. VB.NET-COMPort.7z

    1下载:
  2. VB.NET编写的串口通讯程序,利用windows API.
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:69177
    • 提供者:Stanley Wang
  1. SerialPortCommucation

    0下载:
  2. 用VB写的串口通讯程式,windows API
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:27026
    • 提供者:Stanley Wang
  1. Serial_Communication

    0下载:
  2. 串口通信,界面一般,调用api函数来实现
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:48845
    • 提供者:侯旭柯
  1. SP12345

    0下载:
  2. 一个基于API的串口通信程序,多线程有bug,大家修改修改后使用-an API based on the serial communication procedures, multithreading bug, we change the use of the revised
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:35428
    • 提供者:袁德权
  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. MyComm

    0下载:
  2. 使用串口控制的一个VC源程序,不使用控件进行通讯。直接使用API调用-use of a serial control VC source, the non-use controls communication. Direct use of API calls
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:16887
    • 提供者:周云
  1. COMSerial

    0下载:
  2. 在MFC下,编写串口通信程序包括两种方法,一种是使用MSComm控件,一种是使用API通信函数。本程序演示了如何使用串口通信API实现串口通信。-in MFC, to prepare serial communication program includes two ways : one is to use MSComm control, the use of a communication API functions. This program demonstrated how to use
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:31654
    • 提供者:王 望
  1. 机器人语音控制系统

    0下载:
  2. [Api command] Title=机器人语音控制系统 the message sent to \"Demo Window\" application will be WM_USER+1000+# Message=1 CMDs=零,一,二,三,四,五,六,七,八,九,执行,各关节归零,大臂正转,大臂反转,小臂正转,小臂反转,手腕正转,手腕反转,手爪张开,手爪闭合,上升,下降,大臂运行,大臂负运行,小臂运行,小臂负运行,手腕运行,手腕负运行,手爪运行,手爪负运行,升降运行,升降负运行,大臂归零
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:88612
    • 提供者:大灰熊
  1. RS232API

    1下载:
  2. 采用VC6的API函数编写串口程序,实现串口传输数据。-using the API function VC6 prepared serial procedures to achieve serial transmission of data.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:127965
    • 提供者:张玉辉
  1. TTY终端仿真程序

    0下载:
  2. 通过API调用,可以把从键盘接收到的字符串到串口,然后把获得的字符显示在屏幕上-through API calls can be received from the keyboard to the string of serial and then the characters were shown on the screen
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:51592
    • 提供者:张帆
  1. SerialPort 编程介绍

    0下载:
  2. 在Visual Studio 6.0中编写串口通讯程序,一般都使用Microsoft Communication Control(简称MSComm)的通讯控件,只要通 过对此控件的属性和事件进行相应编程操作,就可以轻松地实现串口通讯。但在Microsoft.Net技术广泛应用的今天,Visual Studio.Net没有将此控件加入控件库,所以人们采用了许多方法在Visual Studio.Net来编写串口通讯程序:第一种方法是通过采用Visual Studio 6.0中原来的MSComm控件这
  3. 所属分类:文档资料

  1. api函数写的串口调试工具源码

    0下载:
  2. 所属分类:源码下载

  1. comdll

    0下载:
  2. 用delphi代码封装了windows平台下操作串口的dll,api操作等方法-Encapsulated using delphi code, serial windows operating platform dll, api method of operation, etc.
  3. 所属分类:Delphi控件源码

    • 发布日期:2012-07-05
    • 文件大小:210678
    • 提供者:csai
  1. comdll

    0下载:
  2. 用delphi代码封装了windows平台下操作串口的dll,api操作等方法-Encapsulated using delphi code, serial windows operating platform dll, api method of operation, etc.
  3. 所属分类:Delphi控件源码

    • 发布日期:2012-08-20
    • 文件大小:210678
    • 提供者:csai
  1. SP

    0下载:
  2. API和控件方式调用串口,分别使用阻塞和轮询方式-Call the serial port API and controls, respectively blocking and polling
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:211994
    • 提供者:zhangye
  1. ComTwo

    0下载:
  2. 一个用MFC实现串口通信的小程序,使用API通信函数。-A serial communication with the MFC implementation of small programs, the use of API communication functions.
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:44217
    • 提供者:airycanon
  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 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 29 »
搜珍网 www.dssz.com