| Modifier and Type | Method and Description |
|---|---|
static LighthouseClient |
LighthouseClient.ftdiOpen(String ident,
Duration timeout,
boolean debug)
Opens the device on a raw FTDI serial port.
|
static LighthouseClient |
LighthouseClient.netOpen(String hostname,
int portNo,
Duration timeout,
boolean debug)
Opens a device owned by a TCP server.
|
static LighthouseClient |
LighthouseClient.serialOpen(String portName,
Duration timeout,
boolean debug)
Opens the device on a generic serial port.
|
Copyright © 2019 LSST. All rights reserved.