搜索资源列表
vb-modbus
- 用VB编写的MODBUS通信协议经典的主站程序-prepared by the VB MODBUS communication protocol classic main stations
单片机modbus通信例程
- keil 写的一个单片机modbus通信例程,对搞modbus协议的人有用。,keil wrote a single-chip Modbus communication routines of those who engage in useful Modbus protocol.
C8051F340单片机实现的MODBUS
- 用新华龙的C8051F340单片机,实现的MODBUS RTU协议通信程序,New hualong the C8051F340 microcontroller, implementation of the MODBUS RTU protocol communication procedures
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.
uC-Modbus
- uC-modbus ,基于UC 标准的MODBUS RTU 通信协议。-modbus uC
modbus51
- 51单片机实现的 modbus 通信协议测试通过 希望能给初学者一个启发 共同进步-51 MCU modbus communication protocol test inspired by hope to give beginners a common progress
modbus_CRC
- modbus通信协议的CRC校验码生成器-make CRC
modbus-51
- 此程序是51单片机的串口的测试程序,采用modbus通信协议,包括接收,发送,与主测试程序等-This program is 51 single-chip serial port test program, using modbus communication protocols, including receiving, sending, and the main test procedures
modbus
- 基于51单片机的MODBUS通信协议,单片机作为主站,读取从站信息-Based on 51 SCM MODBUS communication protocol, microcontroller as the main station, read the information from the station
mcumodbus
- 51单片机实现的 modbus 通信协议测试通过 希望能给初学者一个启发 共同进步!与之前上传的不一样-51 MCU modbus communication protocol test inspired by hope to give eginners a common progress! Not the same as the previous upload
modbus-english
- modbus通信协议的英文原版,可以看出了很多中文版中的错误。-modbus communication protocol of the English original, you can see a lot of Chinese in the wrong.
rr
- 基于8051的三相交流电量开发源码!modbus通信协议-8051 Development of three-phase AC power source! modbus protocol
MODBUS
- MODBUS通信协议的详细介绍,可以学习MODBUS的编程-an introduction of Modbus protocol, you can learn how to code
sci_loopback_interrupts(Modbus)
- 串行链路层的MODBUS通信协议,基于TI28x系列芯片,RTU传输方式。-MODBUS communication protocol of the serial link layer, based on TI28x series chip, RTU transmission mode.
MODBUS-51program
- 基于51单片机的MODBUS通信协议程序-Based on 51 single MODBUS communication
modbus
- 基于STM32嵌入式单片机的MODBUS通信协议-Based on the STM32 microcontroller embedded MODBUS communication protocol
MODBUS-CommunicationProtocoCode
- 51单片机MODBUS通信协议RTU方式源码,可以参考着-51 single MODBUS RTU mode communication protocol source code, you can refer to the look
modbus
- avr的modbus通信协议,适用于mega128单片机-Modbus communication protocol of AVR, for mega128 microcontroller
C51 MODBUS通信协议实现
- 基于C51的modbus通信协议实现,C程序,绝对能够使用
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