搜索资源列表
c8051f410 modbus
- c8051f410 modbus通讯
modbus单片机源码
- 51单片机c语言实现modbus通讯
modbus 51
- modbus通讯协议程序
C51 MODBUS 多机通讯程序
- 此程序为多机通过走 MODBUS 协议进行双机通讯,主机可以任意选择从机地址对这两台从机发送指令,有含 CRC 校验,最多可以挂 254 个从机.
Tcp_Dll_net.VB.NET以太网MODBUS TCP/IP通讯
- WINCE下的VB.NET以太网MODBUS TCP/IP通讯 程序例子,wince VB.NET MODBUSTCP/IP EXAMPLE
PIC16F877_ModBus.rar
- ModBus通讯,软件模拟SPI通讯,PIC16F8,ModBus communication, software simulation SPI communications, PIC16F8
modbus.rar
- modbus通讯协议的c51单片机程序,本程序经测试好用,modbus communication protocol of the single-chip c51 procedures, the procedures have been tested and easy to use
main_slave_uart.rar
- PIC18F458单片机主从机功能,ModBus通讯,三按键+12864LCD显示菜单,PIC18F458 Single-chip master-slave machine function, ModBus communication, three key+ 12864LCD show menu
ModBus_rs485_send
- 基于dspic33f单片机,RS485硬件的ModBus通讯协议程序,初始状态为发送-Based on dspic33f microcontroller, RS485 ModBus communication protocol program the hardware, the initial state to send
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-51-src
- 汇编,C 源码 用STC89C58单片机做的数据采集和控制,12位AD转换使用TLC2543,通讯协议采用MODBUS(RTU),通过拨码开关改变从机地址,支持模拟量或数字量的读写。(4路模拟量输入、6路开关量输出(继电器输出)、8路开关量输入)开发环境:KEIK 7.06 (2006-7-5,C-C++,61KB,17次) -Microcontroller to do with STC89C58 data acquisition and control, use 12-bit AD
modbus-mege169--rtu
- 用mega169写的modbus rtu通讯的程序,已经测试通过,稍微修改就可以自己用-Mega169 written using modbus rtu communication procedures are tested, a slight modification can be themselves
Modbus-C-Source-Code
- Modbus通讯 C语言源代码,案例程序-Modbus communication C language source code, case program
modbus
- 通讯协议适合嵌入式开发芯片之间的通讯,组建一个大的嵌入式系统-Suitable communication protocol between the chip embedded development communication, the formation of a large embedded system
chfV1_21
- chf MODBUS通讯协议 ,485发送格式,以及协议构成-chf MODBUS communication protocol, 485 sending format, as well as the agreement constitutes a
s7-200做modbus主站与杰曼仪表通讯程序
- s7-200做modbus主站与杰曼仪表通讯程序(S7-200 MODBUS master and Jermaine instrument communication program)
MODBUS协议中文版
- modbus通讯协议,具体描述每一个字节含义,有很大帮助。(Modbus communication protocol, specific descr iption of each byte meaning, very helpful.)
Modbus Communication
- 基于FreeModbus协议栈实现在STM32开发板上的Modbus通讯功能(The Modbus communication function on the STM32 development board based on the FreeModbus protocol stack)
modbus_RTU通讯源码
- 基于libmodbus库,C/C++实现的modbus通讯代码,可以直接编译通过,实际使用很有参考意义