com.eurotech.framework.protocol.modbus
Class ModbusTransmissionMode

java.lang.Object
  extended by com.eurotech.framework.protocol.modbus.ModbusTransmissionMode

public class ModbusTransmissionMode
extends Object

This static class is provided only for completeness. Currently the Modbus protocol only supports RTU mode communications.

The Field values, not the field names should be used in configuration files.

Author:
matt.demaree

Field Summary
static String ASCII
           
static String RTU
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RTU

public static final String RTU
See Also:
Constant Field Values

ASCII

public static final String ASCII
See Also:
Constant Field Values


Copyright © 2013. All Rights Reserved.