CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 串口通讯协议

搜索资源列表

  1. 0000

    0下载:
  2. 8051 串行接口是一个可编程的全双工串行通讯接口。它可用作异步通讯方式(UART),与串行传送信息的外 部设备相连接,或用于通过标准异步通讯协议进行全双工的8051 多机系统也可以通过同步方式,使用TTL 或CMOS 移位寄存器来扩充I/O 口。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:189025
    • 提供者:张力伟
  1. rs232

    0下载:
  2. 8051 串行接口是一个可编程的全双工串行通讯接口。它可用作异步通讯方式(UART),与串行传送信息的外 部设备相连接,或用于通过标准异步通讯协议进行全双工的8051 多机系统也可以通过同步方式,使用TTL 或CMOS 移位寄存器来扩充I/O 口。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:266633
    • 提供者:张力伟
  1. VictorComm1335

    0下载:
  2. 【软件简介】 简单实用, 功能强大的 C++ Builder 串口控件! 本控件是免费的, 不需要注册, 有关授权及许可协议详见 license.txt 文件。 1.支持二进制数据和文本数据的收发 2.支持任意格式的数据的收发 3.支持两种数据包协议(识别每帧数据首尾的方法): ①超时判断数据首尾, 适用于与单片机和仪表的通讯 ②帧首尾和控制符, 适用于大量复杂的数据传输, 例如文件收发等 【控件特点】 1.完全由 C++ 代码写的, 支持简
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:9069517
    • 提供者:杨宁
  1. Modbus1.0.rar

    1下载:
  2. VC编写的串口调试软件,内含Modbus协议类 支持对Modbus通讯调试,VC prepared serial debugging software category includes Modbus protocol support for Modbus communications debugging
  3. 所属分类:Communication

    • 发布日期:2014-06-05
    • 文件大小:3217969
    • 提供者:zhangyi
  1. serialport

    1下载:
  2. 这是串口的通讯协议,可以把它封装成dll,可以直接用的类。-This is serialprt class!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1648
    • 提供者:林智勇
  1. RS485Comm

    0下载:
  2. 本例程演示了PC机和智能型仪表如何通过RS485接口进行通信。仪表采用百特公司产XMA5000智能型专家自整定PID调节器,该仪表的通讯协议已经在例程代码中作了详细说明。该例程非常简单,旨在说明如何在VC++中使用重叠方式读写串口。这个是异步通信,昨天传那个是同步通信。-The routine demonstration of PC and intelligent instrument through RS485 communication interface. Instrumentation
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-09
    • 文件大小:25225
    • 提供者:zxc
  1. COMM

    0下载:
  2. 串口通讯通用协议,可移植性好,串口编程参考-Universal serial communication protocol, portability
  3. 所属分类:Communication

    • 发布日期:2017-11-08
    • 文件大小:357247
    • 提供者:dfdcc5
  1. serialTestWindows

    0下载:
  2. C#下的串口通讯例程,用于和485仪表通讯,协议modbus,com1口,应用前应准备好串口转485接口-C# under the serial communication routines, and 485 meters for communication protocol modbus, com1 port should be prepared prior to application Serial 485
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:88672
    • 提供者:张大义
  1. 485-protocol-CPP

    0下载:
  2. 串口通讯编程实例,支持RS232-RS485通讯协议C-Serial communication programming examples in support of RS232-RS485 communication protocol C++
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:46008
    • 提供者:小兵
  1. vb

    0下载:
  2. vb与ab通过串口通讯AB系列的PLC一般都有专用的驱动程序用于实现PLC和计算机之间的通讯,如RSLINX就是专门用于做这项工作的,但使用RSLINX也具有一定的局限性,这里提供一个使用VB编程实现PLC和计算机之间的通讯程序,使用的协议是DF1,可以支持Micrologix、SLC500等系列的PLC-Vb with ab via a serial port communication ab series PLC usually have dedicated driver used to r
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:778
    • 提供者:洪先生
  1. SerialPro

    0下载:
  2. 因工作调试需要而用vs2010开发的串口通讯程序,可以当通用串口调试助手使用,也可以与下位机通过自定义协议通讯,并把下位机数据实时绘制出来。此外还包含心电图QRS波形分析功能。-Due to work with vs2010 debugger needs to develop serial communication program, you can use when universal serial debugging assistant, but also with the next cre
  3. 所属分类:Communication

    • 发布日期:2017-05-03
    • 文件大小:674270
    • 提供者:刘志军
  1. VC

    1下载:
  2. VC实现的串口通讯程序,使用的Modbus协议,里面定义了一个实现串口通讯的class,并且有自动生成modbus码的程序,是进行modbus码通讯的好东西-VC achieve serial communication procedures, using the Modbus protocol, which defines a serial communication class, and there is a program to generate MODBUS code, is a goo
  3. 所属分类:Communication

    • 发布日期:2015-12-11
    • 文件大小:10313728
    • 提供者:bill
  1. VB

    0下载:
  2. VB实现的串口通讯程序,使用的Modbus协议,里面定义了一个实现串口通讯的class,并且有自动生成modbus码的程序,是进行modbus码通讯的好东西-VB achieve serial communication procedures, using the Modbus protocol, which defines a serial communication class, and there is a program to generate MODBUS code, is a goo
  3. 所属分类:Communication

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

    0下载:
  2. VC++开发上位机_与PLC_S7-200通过MODBUS协议串口通讯案例程序源代码参考-The development of host VC++ _ and PLC_S7-200 protocol through MODBUS serial communication example source code reference
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:6000
    • 提供者:fu
  1. PLC_01

    1下载:
  2. 使用vc++与三菱plc进行通讯,通过通讯协议获取具体的D型的寄存器数据,进行显示,并通过edit改写数据,使用串口通讯将数据更新到寄存器当中-Using vc++ and Mitsubishi plc communication, access to specific data registers D-type through the communication protocol, display, edit and rewrite data by using serial communica
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1955376
    • 提供者:Mlee
  1. PLC-

    0下载:
  2. 串口通讯,通过PLC通讯协议,实现数据的接收,并按照协议要求显示特定的数据-Serial communication, through the PLC communication protocol, to achieve data reception, and in acco
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-21
    • 文件大小:35151009
    • 提供者:xu
  1. LEWEI-modbus---

    0下载:
  2. 乐为物联串口数据上传工具-modbus,集成了串口通讯,RS485通讯以及TCP协议,方便上传数据到乐为物联云端。-Music by material serial data upload tool- the modbus, integrated with a serial port communication, and TCP protocol RS485 communication, convenient to upload data to the music for al the clou
  3. 所属分类:Communication

    • 发布日期:2017-12-15
    • 文件大小:644096
    • 提供者:zhouxiaojun
  1. C#

    0下载:
  2. C#下串口通讯开发程序,HostLink协议。(C# serial communication under development procedures, HostLink protocol)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:4096
    • 提供者:云梦
  1. 预付费抄表结算系统源码

    2下载:
  2. 远程抄表系统,使用串口通讯,通过表计支持的通讯协议来获取表计的读数。(A system of reading remote water meters or electricity meter)
  3. 所属分类:其他

    • 发布日期:2019-01-19
    • 文件大小:2199552
    • 提供者:xiaotiangg
  1. Modbus TCP Client

    1下载:
  2. 使用MODBUS TCP协议进行串口通讯(Serial Communication Using MODBUS TCP Protocol)
  3. 所属分类:其他

    • 发布日期:2020-05-20
    • 文件大小:77824
    • 提供者:光谷神奇
« 1 2 3 45 »
搜珍网 www.dssz.com