public final class COMChannelParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
Baud
Baudrate.
|
java.lang.String |
PortName
Port name (i.e.
|
Constructor and Description |
---|
COMChannelParameters(java.lang.String portName,
int baud)
Instantiates a new COMChannelParameters.
|