com.eurotech.framework.protocol.modbus
Class ModbusTransmissionMode
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.