代码搜索结果
找到约 1,320 项符合
Modbus 的代码
modscan32.cnt
:Base ModScan32.hlp
1 MODBUS Reference
2 Protocol=modbus_protocol
2 Messages=modbus_cmds
2 Error Detection=modbus_err
2 Exception Responses=modbus_exceptions
1 ModScan Overview
2 Operation=mods
modbus.lst
C51 COMPILER V7.06 MODBUS 03/16/2005 16:48:06 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE MODBUS
OBJECT MODULE PLACED IN
makefile
CC = gcc
CFLAGS = -Wall -O3
all: libmodbus
libmodbus: commun.o mbs.o mbm.o
$(CC) $(CFLAGS) -o libmodbus.so commun.o mbs.o mbm.o -lpthread -shared -I.
commun.o: commun.c modbus.h
$(CC) $(CFLAG
slave-example.c
#include
/* compiling : gcc slave-example.c -o slave-example -lmodbus */
void answer_sended(int function, int address, int length)
{
printf("packet sended : function 0x%x \t address 0x
readme.txt
myProtocol - Example custom protocol for vxWorks (Modbus over Ethernet)
Copyright 1992-2002 Wind River Systems, Inc.
THIS CODE IS FOR EXAMPLE PURPOSES ONLY, USE AT YOUR OWN RISK, NO WARRAN
modbus.lst
C51 COMPILER V7.09 MODBUS 03/27/2007 15:48:08 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE MODBUS
OBJECT MODULE PLACED IN
modbus.pas
unit Modbus;
{
通讯协议 : Modbus;
}
interface
uses SysUtils;
type
TDevModbus=class
private
//********************************
Addr:integer;
Port:integer;
Baud:integer;
modbus.o
XL
H 3 areas 20 global symbols
M modbus.c
S push_gset1 Ref0000
S push_gset3 Ref0000
S push_gset4 Ref0000
S push_gset5 Ref0000
S pop_gset1 Ref0000
S pop_gset3 Ref0000
S empy16s Ref0000
S pop_
modbus._c
//modbus.c
#include
#include
#include "main.h"
#include "modbus.h"
#include "timer2.h"
#include "led.h"
#define Local
led.dp2
led.o: C:/icc/include/iom48v.h C:/icc/include/macros.h D:\ICCTES~1\1128/main.h D:\ICCTES~1\1128/modbus.h D:\ICCTES~1\1128/timer2.h