代码搜索结果
找到约 1,839 项符合
Modbus 的代码
modbusrtu应用说明.txt
ModbusRTU简易说明:
串口参数为:
串口"COM1"
比特率:9600 校验位:E 收据位:8 停止位:1
流控制方式:RTS
协议方式:RTU
此简易应用程序在modbus slave通信是验证了03和06的手动和自动发送功能,欢迎大家对此程序提出宝贵意见和交流
E- mail:since_xxm@sohu.com
main.o.d
obj/main.o: main.c 485.h C:/WinAVR/avr/include/avr/io.h \
C:/WinAVR/avr/include/avr/sfr_defs.h C:/WinAVR/avr/include/inttypes.h \
C:/WinAVR/avr/include/stdint.h C:/WinAVR/avr/include/avr/iom8.h
canmodbus.h
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
CAN总线上MODBUS协议
** 文 件 名: CANMODBUS.H
** 版
msghdler.cpp
//**************************************************************************
//
// Filename : Msghdler.cpp
//
// Subsystem :
//
// Description: Protocol message handlers.
//
//********
makefile.am
## Process this file with automake to produce Makefile.in
CFLAGS =\
-W -pedantic\
-Wall -O2
bin_PROGRAMS = mbusd
mbusd_SOURCES = \
main.c\
tty.c\
tty.h\
globals.h\
log.c\
log.h\
cfg.c\
c