| Package | Description |
|---|---|
| org.vesalainen.comm.channel |
| Modifier and Type | Field and Description |
|---|---|
protected SerialChannel.Configuration |
SerialChannel.configuration |
| Modifier and Type | Method and Description |
|---|---|
SerialChannel.Configuration |
SerialChannel.getConfiguration() |
SerialChannel.Configuration |
SerialChannel.Configuration.setDataBits(SerialChannel.DataBits dataBits) |
SerialChannel.Configuration |
SerialChannel.Configuration.setFlowControl(SerialChannel.FlowControl flowControl) |
SerialChannel.Configuration |
SerialChannel.Configuration.setParity(SerialChannel.Parity parity) |
SerialChannel.Configuration |
SerialChannel.Configuration.setReplaceError(boolean replace) |
SerialChannel.Configuration |
SerialChannel.Configuration.setSpeed(SerialChannel.Speed speed) |
SerialChannel.Configuration |
SerialChannel.Configuration.setStopBits(SerialChannel.StopBits stopBits) |
| Modifier and Type | Method and Description |
|---|---|
void |
SerialChannel.configure(SerialChannel.Configuration config)
Change channel configuration
|
void |
SerialChannel.Builder.setConfiguration(SerialChannel.Configuration configuration) |
| Constructor and Description |
|---|
Builder(String port,
SerialChannel.Configuration configuration) |
Copyright © 2015. All rights reserved.