代码搜索结果
找到约 1,839 项符合
Modbus 的代码
modbus.h
/******************************************************************************
*
* (c) 2004 by BECK IPC GmbH
*
*******************************************************************************
*
modbus.h
/******************************************************************************
*
* (c) 2004 by BECK IPC GmbH
*
*******************************************************************************
*
modbus.java
//
//Modbus class to ccomunicate with modbus server
//
package FreeModbus.Util;
import java.io.*;
import java.net.*;
import java.lang.Exception;
import FreeModbus.Util.ModbusException;
modbus.c
/******************************************************************************
*
* Copyright (c) 2008 Shanghai IS Software
*
* All rights reserved
*
* $Revision$
*
* $LastChangedBy$
modbus.h
#ifndef __MODBUS_H__
#define __MODBUS_H__
#pragma once
/*
MODBUS 通信模块头文件
本模块实现如下方法:
OpenSerial 串口设置
CloseSerial 关闭串口
RdMultiBit
modbus.h
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// File name: zlp.h
// This file defines the const,and va
modbus.h
// Modbus.h: interface for the CModbus class.
//
//////////////////////////////////////////////////////////////////////
#ifndef _MODBUS_H_
#define _MODBUS_H_
#include "SerialPort.h"
class