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

搜索资源列表

  1. APICom

    0下载:
  2. 利用API函数编写的一个基于对话框编程的串口通信界面-API functions written in a dialog-based programming, serial communication interface
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-10
    • 文件大小:2158498
    • 提供者:zack
  1. COMEVENT

    0下载:
  2. 串口通信的代码,进行数据的通信,能够发送接收数据,并且串口是用API函数写得。-Code of serial communication, data communication, capable of sending and receiving data, and the serial is written using the API function.
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-16
    • 文件大小:181391
    • 提供者:yaohui
  1. API1

    0下载:
  2. 基于VC的用API实现两PC间的串口通信程序,经过编译成功,功能可实现-VC-based API implementation between the two PC' s serial port communication program compiled successfully, the function can be realized
  3. 所属分类:Com Port

    • 发布日期:2017-11-11
    • 文件大小:34574
    • 提供者:洛思琪
  1. attach_20120614105841

    0下载:
  2. 串口通信,windows api,封装较完整的串口类库-serial communacation,windows api
  3. 所属分类:Com Port

    • 发布日期:2017-11-20
    • 文件大小:51899
    • 提供者:文讷
  1. 6.1--PCtoPC-Serial-communication

    0下载:
  2. 利用windows API MSCOMM实现串口通信的完整实例实现文件发送,字符发送,双机通信的几个工程。-use API ,MSCOMM serial communication
  3. 所属分类:Communication

    • 发布日期:2017-11-30
    • 文件大小:2180116
    • 提供者:chen
  1. windowsAPI

    0下载:
  2. 用windows API写的串口通信程序-Write the serial communication program with windows API
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:7481177
    • 提供者:张燕妮
  1. SerialCom

    0下载:
  2. 使用API实现串口通信的控件源码,基于事件驱动的串口通讯控件-API serial communication source code control, serial communication based on event-driven control
  3. 所属分类:Communication

    • 发布日期:2017-12-02
    • 文件大小:12519
    • 提供者:王兴权
  1. myProject

    0下载:
  2. API拦截技术在串口通信安全中的应用,已经经过测试 -API interception technology serial communication security, has been tested
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:242543
    • 提供者:wangxl
  1. serial-communication-

    0下载:
  2. Delphi开发环境下用API实现串口通信,给出简单易行的解决办法。-Delphi development environment serial communication API implementation, given the simple solution.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-06
    • 文件大小:163710
    • 提供者:jiangyi
  1. mscom

    0下载:
  2. 利用API函数实现与下位机的串口通信,经过略微更改可以实现自己的功能-API functions for serial communication
  3. 所属分类:SCM

    • 发布日期:2017-11-24
    • 文件大小:1217
    • 提供者:赵京师
  1. Pcomm

    0下载:
  2. 调用该Pcomm.dll动态库,完成在C++ Builder环境下的电脑从COM口读取数据。尤其是在串口通信应用、上位机云台控制等。省去自己编写API函数,节省开发者时间。-Call the Pcomm.dll dynamic library, completed in C++ Builder environment computer to read data from the COM port. Especially in serial communications applications,
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:24928
    • 提供者:林恒
  1. Float-Process

    1下载:
  2. VB串口通信中经常会遇到10进制浮点数转为多字节Byte数据类型的情况,以及在接收后需转为10进制浮点数需求。 VB有专门的API函数CopyMemory能处理2-10进制浮点数转换和10-2进制浮点数转换。 下列代码演示了10进制Single(单精度浮点型转为16进制字符显示的浮点数和其相反运算: -VB serial communication often encounter decimal floating-point to multi-byte Byte data type,
  3. 所属分类:MPI

    • 发布日期:2016-08-22
    • 文件大小:13312
    • 提供者:冀鹏超
  1. API-com

    0下载:
  2. 串行端口是系统资源的一部分,其本质是作为CPU和串行设备间的编码转换器。当数据从 CPU经过串行端口发送出去时,字节数据转换为串行的位(Bit) 接收数据时,串行的位被转换为字节数据。应用程序要使用串口进行通信,必须在使用之前向操作系统提出资源申请要求(即打开串口),通信完成后再释放资源(即关闭串口)。串行通信一般可以分为同步和异步两种操作方式。所谓同步方式是指在串口的接收缓冲区中读取规定数目的数据,直到规定数目的数据全部被读出或设定的超时时间已到才返回。如果规定的待读取数据量大且设定的超时时间
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:209159
    • 提供者:chowyu
  1. MyCom1.1

    0下载:
  2. 串口通信调试软件,基于windows api编写,功能比较简单,但对于串口通信、数据校验的学习有一些帮助,集成了CRC16\CRC16-Modbus\crc8\xor\sum等多种校验方式-Serial communication debugging software, based on windows api to write, relatively simple, but for serial communication, data validation study have some he
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1066732
    • 提供者:chenruitian
  1. serialport_C

    0下载:
  2. 包含串口通信的一些小例子,很适合初学者,包括MSComm串口、API串口、TTY终端仿真-Contains some small examples of serial communication, it is suitable for beginners, including MSComm serial, API serial, TTY terminal emulation
  3. 所属分类:Communication

    • 发布日期:2017-06-17
    • 文件大小:27071903
    • 提供者:mikeli
  1. SerCom-0815

    0下载:
  2. 本程序实现了发送和接收数据的功能,采用了串口通信,实现串口通信采用的是windows API函数实现的。-This procedure has the function of sending and receiving data, using serial communications, serial communications using windows API function to achieve.
  3. 所属分类:Communication

    • 发布日期:2017-06-17
    • 文件大小:27319575
    • 提供者:飘彦
  1. APISerialPort

    0下载:
  2. Windows API 串口通信 这还不够明白么。什么操蛋软件。-Windows API serial communication that is not enough to understand it. What fucking software.
  3. 所属分类:Com Port

    • 发布日期:2017-05-14
    • 文件大小:3525883
    • 提供者:dongjiulangke
  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
    • 文件大小:142365
    • 提供者:wwchao
  1. UARTTest

    0下载:
  2. 用API函数写的串口通信,对于读着更好理解串口,写的比较简单,可以自己一次开发动态链接库-Using the API function to write the serial communication port for a better understanding of reading and writing is relatively simple, you can own a development dynamic link library
  3. 所属分类:Communication

    • 发布日期:2017-05-09
    • 文件大小:1995269
    • 提供者:路明
  1. Delphi_230785

    0下载:
  2. 用多线程技术的Delphi API 串口通信例子,应用程序只需调用API对读/写缓冲区操作即可,用到了一些API函数,比如CreatFile打开文件函数、Setupcomm设置通信缓冲区大孝ReadFile读串口操作等 -With multi-threading technology Delphi API serial communication example, the application simply call API for read/write buffer operation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6762
    • 提供者:B4P56BE
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com