| Modifier and Type | Class and Description |
|---|---|
class |
FTDITransport
Sends and receives bytes using an FTDI USB-to-serial cable which hasn't been made to look like an ordinary
serial port.
|
class |
NetTransport
Sends to and receives from a TCP server that owns the device.
|
class |
SerialTransport
Sends and receives bytes using a serial port on the local host.
|
| Constructor and Description |
|---|
ASCIIModbus(Transport transport,
java.time.Duration timeout,
boolean debug)
Saves a reference to the transport used for the device and saves the given
parameters.
|
Copyright © 2016 LSST. All rights reserved.