搜索资源列表
modbus规约程序
- modbus通信规约的汇编程序,可供通信编程时参考使用-Modbus communication protocol compilation procedures, communications programming for the use of reference
vb-modbus
- 用VB编写的MODBUS通信协议经典的主站程序-prepared by the VB MODBUS communication protocol classic main stations
modbus
- 根据标准MODBUS协议,c51编写的modbus通信,支持01H,02H,03H,04H,05H,06H,0FH,10H功能码,已在产品上使用
单片机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.
modbus51
- 51单片机实现的 modbus 通信协议测试通过 希望能给初学者一个启发 共同进步-51 MCU modbus communication protocol test inspired by hope to give beginners a common progress
STM32-MODBUS
- 基于STM32F103VET6的NODBUS通信程序-The NODBUS communication program based on STM32F103VET6
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
08111-081121c18
- 实现电动机的软启动控制,modbus通信,LCD带字库显示,软件容错和抗干扰设计不错-Achieve soft-start motor control, modbus communication, LCD display with font, software fault-tolerance and anti-jamming design good
freemodbus-v1.2
- ModBus通信参考程序,Keil编译,学习ModBus的好工具-ModBusx protocol simulation, study well the instrument ModBus
modbus
- 基于51单片机的MODBUS通信协议,单片机作为主站,读取从站信息-Based on 51 SCM MODBUS communication protocol, microcontroller as the main station, read the information from the station
MODBUS
- 基于modbus协议的威纶触摸屏与51单片机的通信测试程序
atmega8_Biosc
- 胡庆伟 基于μC/OS-Ⅱ的嵌入式Modbus通信系统设计与实现-Hu Qingwei μC/OS- Ⅱ-based embedded system design and implementation of Modbus communication
modbus-english
- modbus通信协议的英文原版,可以看出了很多中文版中的错误。-modbus communication protocol of the English original, you can see a lot of Chinese in the wrong.
Modbus_3
- 第三章:以C++Builder设计 Modbus通信程序 共6 章-Chapter III: The Design of C++ Builder Chapter 6 Modbus Communication
LFModbus
- Modbus协议通信调试工具,可用于ModBus通信测试。-Modbus protocol communication debugging tools can be used to ModBus communication test.
modbus
- STC 单片机通过modbus总线和上位机进行通信的程序-SCM STC bus and host computer through the modbus communication procedures
8051F020-Modbus
- C8051F020的MODBUS通信程序代码,值得学习一下。-C8051F020 the MODBUS communication code, it is worth learning about.
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