代码搜索结果
找到约 1,320 项符合
Modbus 的代码
modbusslave.c
/*****************************************************
Modbus Slave RTU / ASCII Terminal Software
by Kevin
******************************************************/
modbus_debug_test.h
//用于确定是否需要编译
//----在调试模式时编译,
//----在正常运行时不编译,
#ifndef _Modbus_Debug_test_H_
#define _Modbus_Debug_test_H_
//ASC1调试时
#define ASC1_DebugMode 0 /* 1 表示处于串口调试时才编译*/
//MODBUS调试时
#define
license.txt
Copyright (C) 2004 Andrzej Sokulski
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Fo
modbus.txt
01 03 00 01 00 04 15 C9
modbus.txt
01 03 00 01 00 04 15 C9
modbusm.~pas
unit ModbusM;
interface
uses
Windows, Messages, SysUtils, Classes, ExtCtrls, Forms;
type
// arreglo de bytes que conforman el mensaje modbus y un puntero al mismo
TDataByte = array o