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

搜索资源列表

  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. communication

    0下载:
  2. 使用Java Communications API能够正确的与Windows系统交互,实现串口通信-Use the Java Communications API can correctly interact with the Windows system, the serial communication
  3. 所属分类:JavaScript

    • 发布日期:2017-11-19
    • 文件大小:2231
    • 提供者:lilong
  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. BASCOMM

    0下载:
  2. MSCOMM,用API来完成,VBA做串口通信-MSCOMM, with the API to accomplish, VBA do serial communication
  3. 所属分类:Communication

    • 发布日期:2017-11-27
    • 文件大小:2267
    • 提供者:gln
  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. delphiapithread

    0下载:
  2. 采用多线程技术的Delphi API 串口通信例子,应用程序只需调用API对读/写缓冲区操作即可,用到了一些API函数,比如CreatFile打开文件函数、Setupcomm设置通信缓冲区大孝ReadFile读串口操作等,当然还用到了许多函数。除了用到这些API函数外,还用到了一个DCB设备控制块,本例仅作最基本的API串口通信介绍,因此程序代码都不是太复杂的设计,仅创建了一些新项目后为form窗体增加几行代码即可。-Delphi API examples of serial communica
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:6843
    • 提供者:wpudn45
  1. SeriesSample

    0下载:
  2. Wince的串口通信程序,基于API函数的串口通信,不同与Serialport类串口通信-Wince serial communication procedures, serial communication based on the API function, unlike Serialport class a serial port communication
  3. 所属分类:Windows CE

    • 发布日期:2017-05-29
    • 文件大小:12055422
    • 提供者:汪炳
  1. 01

    0下载:
  2. VC++串口通信利用API函数实现字符发送-VC++ serial communication API functions use character transmission
  3. 所属分类:Com Port

    • 发布日期:2017-04-17
    • 文件大小:34819
    • 提供者:danny
  1. SPCOMM2.5

    0下载:
  2. 一款非常好用的spcomm串口控件,使用API函数或者在Delphi 中调用其它串口通讯程序。利用API编写串口通信程序较为复杂,需要掌握大量通信知识,其优点是可实现的功能更强大,应用面更广泛-A very useful spcomm serial control
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:22935
    • 提供者:lijiqing
  1. MyCOMSerial

    0下载:
  2. 使用系统函数实现的串口通信程序的例子,可以实现数据收发功能。-My Serial port programmer using windows API function
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-26
    • 文件大小:31427
    • 提供者:成明娜
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com