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

搜索资源列表

  1. Api工具

    0下载:
  2. api写的读写串口程序-api reader wrote Serial procedures
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:34853
    • 提供者:xjtuzhw
  1. serial IO

    0下载:
  2. tcl编写的串口API,包括发送命令,以及读取串口命令。-Serial port IO API coding with tcl. Include write and read data from serial IO port.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1249
    • 提供者:吴滔
  1. mips-uart-16550

    0下载:
  2. MIPS架构下串口API函数集合,包括getchar\\putchar\\scanf\\printf-MIPS architecture Serial API function set, including getchar \\ putchar \\ Scanf \\ printf
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:3976
    • 提供者:栋梁
  1. API-serial.demo

    0下载:
  2. 基于API串口通信程序,可以进行监控演示系统demo-serial communication procedures, monitoring demonstration system demo
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:409368
    • 提供者:ww
  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
    • 文件大小:9142
    • 提供者:liucheng
  1. wd030123

    0下载:
  2. 一个用delphi写的数据采集的系统的原代理.用于采集光透度.以及数据库记录操作..串口API操作的源代码.提供给大家学习-delphi write with a data acquisition system of the original agent. For the collection lighting degrees. And the database Records of operation .. Serial API source code. available to everyo
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2165600
    • 提供者:lijinhao
  1. API

    0下载:
  2. 实现对输入的字符传到串口,再通过串口在屏幕显示出来.VC实现.-realization of input characters reached Serial, and through the serial port on the screen is displayed. VC.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:56152
    • 提供者:peking2008ol
  1. API

    0下载:
  2. 用API函数实现串行通讯,以往的DOS系统是通过DOS中断和BIOS中断向用户提供串行接口的通讯能力。在Windows环境下,C++的开发工具既没有提供象DOS和BIOS中那样专门的串行通讯控制方法,也不允许用户直接控制串口的中断。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5524
    • 提供者:shiyou
  1. SeriesSample

    0下载:
  2. windows CE.net串口API类程序
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:56912
    • 提供者:刘跃锋
  1. API

    0下载:
  2. 用DELPHI编写,用windows的API来对串口操作,
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:5709
    • 提供者:刘涛
  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
    • 文件大小:3624142
    • 提供者:chenjin
  1. SerialPort

    1下载:
  2. 通过最底层的API和控件双层实现串口通讯,并在Delphi环境下调通。-A Serial Port Communication test Program under Delphi,and hase been test already
  3. 所属分类:Windows Develop

    • 发布日期:2014-11-21
    • 文件大小:204942
    • 提供者:夏雨
  1. Classic_network_programming_code_serial_communicat

    0下载:
  2. 网络串口通信API编程经典代码Classic network programming code serial communication API-Classic network programming code serial communication API
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:40215
    • 提供者:haz
  1. 618087

    0下载:
  2. 串口助手源程序,非常好用的一个串口程序,用的是API函数-Serial Assistant source, very easy to program a serial port, using the API function
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:178081
    • 提供者:刘强
  1. VisualCofmrtech

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

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

    0下载:
  2. 使用API异步串口通信-文件改进,自己的学习心得-Asynchronous serial communication using the API- File improve their own learning experiences
  3. 所属分类:Com Port

    • 发布日期:2017-05-13
    • 文件大小:3319950
    • 提供者:刘丙才
  1. visualcom

    0下载:
  2. 基于Windows API的虚拟终端实现,进行虚拟串口的创建、连接于通信-Windows API-based implementation of virtual terminal, virtual serial port creation, connected to the communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1989827
    • 提供者:huang
  1. PBAPI(pb90)

    0下载:
  2. 串口通信例程对PB编程很有用处,此程序说明PB编程中怎样用串口通信-POWERBUILDER API
  3. 所属分类:Com Port

    • 发布日期:2017-03-24
    • 文件大小:96920
    • 提供者:jllws
  1. com-api

    0下载:
  2. 用API编写串口通讯的例子,编程环境DELPHI-Serial Communication
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:143681
    • 提供者:dfs
  1. 利用API函数实现字符发送

    0下载:
  2. VISUAL C++与串口通信,实现PLC的数据发送与接收,通过自由口的方式(VISUAL C++ and serial communication, to achieve the PLC data transmission and reception, through the free way)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-19
    • 文件大小:62962688
    • 提供者:凌乱丶君
« 1 2 3 4 5 67 8 9 10 11 ... 27 »
搜珍网 www.dssz.com