搜索资源列表
modbus-avr
- 基于avr之ATMAGE-16的modbus程序,稍作修改可直接使用
51-modbus
- 51单片机Modbus程序,网上转载,我也不太懂
C51 MODBUS 多机通讯程序
- 此程序为多机通过走 MODBUS 协议进行双机通讯,主机可以任意选择从机地址对这两台从机发送指令,有含 CRC 校验,最多可以挂 254 个从机.
modbus51.RS485通信程序,采用ModBus协议
- RS485通信程序,采用ModBus协议,注解详细,学习ModBus的好文档,RS485 communication program using ModBus protocol, detailed notes, good documentation of the study ModBus
C8051F340单片机实现的MODBUS
- 用新华龙的C8051F340单片机,实现的MODBUS RTU协议通信程序,New hualong the C8051F340 microcontroller, implementation of the MODBUS RTU protocol communication procedures
modbus.rar
- modbus通讯协议的c51单片机程序,本程序经测试好用,modbus communication protocol of the single-chip c51 procedures, the procedures have been tested and easy to use
modbus.rar
- modbus485通信协议C程序,经修改已用于项目,熟悉后修改部分参数即可用于485通信相关项目。,modbus485 communication protocol C program, as amended, have been used for the project are familiar with some parameters after the change can be used for 485 telecommunications related projects.
Modbus.rar
- 传一个我们项目中用到得Modbus程序,这是已经调试好的用的芯片是MSP430FE425。希望能对大家有用。,Biography of a project, we used a Modbus process, which is already used for debugging the chip is good MSP430FE425. Useful for all of us hope.
Modbus-RTU
- MODBUS-RTU通讯范例,完全屏蔽了底层硬件,使用模块化程序风格编写,代码风格非常之好,可随时应用于工程开发-MODBUS-RTU communication paradigm, completely shielding the underlying hardware, use the modular style program written in very good style of code can be used at any time Project Development
pic-RS485(modbus)
- PIC单片机通讯程序 、MODBBUS协议-Communication program PIC microcontrollers
modbus-c51-slave
- 这是在STC2052单片机上实现的C51程序,内容是用于实现MODBUS总线RTU方式的从机源代码。系统基于RS485总线。-This was achieved on C51 MCU STC2052 program content is used to implement MODBUS bus RTU slave mode of the source code. System is based on RS485 bus.
STM32-MODBUS
- 基于STM32F103VET6的NODBUS通信程序-The NODBUS communication program based on STM32F103VET6
modbus-mege169--rtu
- 用mega169写的modbus rtu通讯的程序,已经测试通过,稍微修改就可以自己用-Mega169 written using modbus rtu communication procedures are tested, a slight modification can be themselves
modbus
- 这个程序是在AVR单片机上面实现modbus,用到的单片机是AVRMega32-This program is realized in the above AVR microcontroller modbus, used microcontroller is AVRMega32
modbus
- 标准modbus485带CRC校验通讯程序-Modbus485 standard communication procedures with CRC Checksum
MODBUS
- modbus 类传感器操作程序,atmega128开发-type of sensor modbus procedures, atmega128 development
modbus-c51-master
- 这是基于STC2052单片机的C51源码,内容是实现modbus总线RTU方式的主机程序。总线通讯采用RS485.-This is based on STC2052 MCU C51 source code, content is the way to achieve modbus host bus RTU program. Bus communication using RS485.
modbus
- 单片机Moudbus通讯程序,可以实现双机通讯-SCM Moudbus communication program
Modbus
- modbus程序,一款比较全的C语言的程序,非常好用。(Modbus procedures, a relatively complete C language program, very easy to use.)
Modbus
- 使用STC15F2K602S 实现了Modbus通信协议。 本Modbus程序实现了保持寄存器区32个功能寄存器64字节的读写功能,可用于实现32个int型数据的通信 写寄存器支持单个寄存器的写指令 使用功能号06 如:01 06 00 00 00 08 88 0C 读寄存器支持多个寄存器都指令,使用功能号03 如:01 03 00 01 00 01 D5 CA 方便朋友们直接移植到其他单片机 里面附带TA6932的显示驱动,将寄存器的内容显示在6932驱动的LED上(Th