| Package | Description |
|---|---|
| com.sparetimelabs.serial |
| Modifier and Type | Method and Description |
|---|---|
void |
PureJavaSerialPort.enableReceiveFraming(int arg0) |
abstract void |
CommPort.enableReceiveFraming(int framingByte)
Enables receive framing.
|
void |
PureJavaSerialPort.enableReceiveThreshold(int value) |
abstract void |
CommPort.enableReceiveThreshold(int threshold)
Enables receive threshold.
|
void |
PureJavaSerialPort.enableReceiveTimeout(int value) |
abstract void |
CommPort.enableReceiveTimeout(int rcvTimeout)
Enables receive timeout.
|
CommPort |
CommPortIdentifier.open(FileDescriptor fd)
Open comm port.
|
abstract void |
SerialPort.setFlowControlMode(int flowcontrol)
Sets the flow control mode.
|
void |
PureJavaSerialPort.setFlowControlMode(int mode) |
abstract void |
SerialPort.setSerialPortParams(int baudRate,
int dataBits,
int stopBits,
int parity)
Sets the serial port parameters.
|
void |
PureJavaSerialPort.setSerialPortParams(int baudRate,
int dataBits,
int stopBits,
int parity) |
Copyright © 2017. All rights reserved.