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

搜索资源列表

  1. com

    0下载:
  2. VB6串口通讯,用的是API函数,对学习串口通讯有很好的帮助-VB6 serial communication, using the API function, there is a good help for learning serial communication
  3. 所属分类:Com Port

    • 发布日期:2017-04-14
    • 文件大小:4754
    • 提供者:ccczwh
  1. serial

    0下载:
  2. 一个建档的串口调试程序,用纯C编写,调用系统API函数-a simple serial process ,create y C language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1577
    • 提供者:gaojian
  1. apiSerial-communication

    0下载:
  2. 包括在Visual Basic下用API实现串口通信程序的源代码,通过串口线调试能互相通信,对串口通信的实现有借鉴意义-Including the use of Basic API Visual to achieve the source code of the serial communication program, through the serial port line debugging can communicate with each other, the realization
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4330
    • 提供者:王淑平
  1. CreateFile

    0下载:
  2. 主要是串口的打开关闭,发送接收数据。 用的系统的api WriteFile和ReadFile。和下位机通信必备哦。-Mainly opening and closing of the serial port to send and receive data.
  3. 所属分类:Communication

    • 发布日期:2017-05-09
    • 文件大小:1798286
    • 提供者:季超
  1. SerialCom

    0下载:
  2. 利用C++编程语言,讲述串口通信API编程,仅供参考-Using C++ programming language, about serial communication API programming, for reference only
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:39162
    • 提供者:renliang
  1. SerialPort

    0下载:
  2. 一个简单的串口调试助手实现,没有采用第三方框架,全部是调用Windows API实现的。-A simple serialport software without others framwork
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-19
    • 文件大小:29246061
    • 提供者:胡学礼
  1. CommunicateComm.v12

    0下载:
  2. 串口通信编程(基于api函数)里面提供多种串口通信的功能。大家可以参考一下。-Serial communication programming (based on API functions) offers a variety of serial communication function. You can refer to it.
  3. 所属分类:.net

    • 发布日期:2017-06-18
    • 文件大小:27224006
    • 提供者:刀锋
  1. java_com

    0下载:
  2. java串口通信包javacomm20-win32.zip Javax.comm是Sun公司提供的,用于开发平台独立的通讯应用程序的扩展API。(ps:这里javax的x很准确地表明了它是一个扩展包,而不是核心包(core package),但由于历史原因,javax下的并不都是扩展包,比如swing包已经是Java核心架构的一部分了,不过为了与Java1.1编码兼容,仍使用javax.swing。)javax.comm可以访问RS232接口(串口)及有限制地访问IEEE-1284(并口)。-J
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-29
    • 文件大小:272446
    • 提供者:mark
  1. PC_PC-Serial-communication

    0下载:
  2. 使用api进行PC和pc进行串口通讯,代码中使用了2种方式,包含怂恿控件的详细说明,属性事件等-Serial communication
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:260905
    • 提供者:王春达
  1. MSComm

    0下载:
  2. 端口传输和接收数据,为应用程序提供串行通讯功能。MSComm控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的API函数,而且在VC、VB、Delphi等语言中均可使用。 -Port transmission and reception of data and application procedures for serial communications capabilities. MSComm in serial programming extremely convenient p
  3. 所属分类:Com Port

    • 发布日期:2017-04-30
    • 文件大小:47429
    • 提供者:李元
  1. SerialPortAPI

    0下载:
  2. 串口SerialPort和API调用源码-serialport and windows API
  3. 所属分类:Communication

    • 发布日期:2017-05-14
    • 文件大小:3438850
    • 提供者:王宏博
  1. SerialPort_API_COMM

    2下载:
  2. 使用SerialPort和API串口的例子(修改版),C#开发环境。可以通过WinAPI进行串口通讯,速度比SerialPort控件快。- Use SerialPort and serial API examples (modified version), C# development environment. Through WinAPI seri
  3. 所属分类:Communication

    • 发布日期:2017-05-14
    • 文件大小:3500374
    • 提供者:啊啊啊
  1. 20151217

    0下载:
  2. xrm117x.c drive, xrm117x.c驱动,api转串口linux驱动-xrm117x.c drive, api-serial linux driver
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:11277
    • 提供者:syx
  1. JP2380

    0下载:
  2. 此为力盛公司的指纹模组JP2380——API源码,采用C语言编写,使用串口通信,可直接下载使用。内有API接口的详细测试源码以及说明,项目正在使用,吐血奉献。-This is Li Sheng s fingerprint module JP2380- API source code, using C language, the use of serial communication, direct download. There are detailed test API interface s
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-04
    • 文件大小:165258
    • 提供者:xiao
  1. Serialport

    0下载:
  2. WINODWS下利用WIN32 API进行的异步重叠式串口通信编程,适合串口通信初学者使用-WINODWS under the use of API WIN32 asynchronous overlapping serial communication programming, suitable for beginners to use serial communication
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-13
    • 文件大小:1977
    • 提供者:刘庆宇
  1. BluetoothLeGatt

    0下载:
  2. 最近穿戴设备发展得很火,把相关技术也带旺了,其中一项是BLE(Bluetooth Low Energy)。BLE是蓝牙4.0的核心Profile,主打功能是快速搜索,快速连接,超低功耗保持连接和传输数据,弱点是数据传输速率低,由于BLE的低功耗特点,因此普遍用于穿戴设备。Android 4.3才开始支持BLE API,所以请各位客官把本文代码运行在蓝牙4.0和Android 4.3及其以上的系统,另外本文所用的BLE终端是一个蓝牙4.0的串口蓝牙模块。-The recent developmen
  3. 所属分类:android

    • 发布日期:2017-05-04
    • 文件大小:238327
    • 提供者:siyongsheng
  1. CL3

    0下载:
  2. 文件主要是实现API串口通讯,示例了MFC的串口类和API函数的使用,对学习API串口通信的人有帮助。-Document is mainly to achieve API serial communication, the example of the MFC serial port class and the use of API function, the study of API serial communication to help people.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-04
    • 文件大小:41221
    • 提供者:CL
  1. ChuanKouAPI

    0下载:
  2. VC串口开发,使用API函数,学习Vc时写的小例子-VC serial development, the use of API function, learning Vc to write a small example
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-11
    • 文件大小:2433776
    • 提供者:茶末
  1. 03_CPP-Source-Code

    0下载:
  2. 调用api函数,利用CSerialPort类实现串口通信控制实验用激光器。-use Class CSerialPort to complete UART communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:6938300
    • 提供者:李阳
  1. cyclequeue

    0下载:
  2. windows API 函数进行串口通信界面设计-a design for port communication windows
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-20
    • 文件大小:5124102
    • 提供者:zhuyaxuan
« 1 2 ... 22 23 24 25 26 2728 29 »
搜珍网 www.dssz.com