Package com.diozero.api
Interface SerialConstants
-
- All Known Implementing Classes:
SerialDevice
public interface SerialConstants
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SerialConstants.DataBits
The number of data bits to use per word.static class
SerialConstants.Parity
Specifies how error detection is carried out.static class
SerialConstants.ReadMode
Specifies read mode: whether non-blocking, semi-blocking, blocking; also whether blocks with or without timeout.static class
SerialConstants.StopBits
The number of stop bits.
-
Field Summary
-
-
-
Field Detail
-
READ_TIMEOUT
static final int READ_TIMEOUT
- See Also:
- Constant Field Values
-
BAUD_50
static final int BAUD_50
- See Also:
- Constant Field Values
-
BAUD_B75
static final int BAUD_B75
- See Also:
- Constant Field Values
-
BAUD_110
static final int BAUD_110
- See Also:
- Constant Field Values
-
BAUD_134
static final int BAUD_134
- See Also:
- Constant Field Values
-
BAUD_150
static final int BAUD_150
- See Also:
- Constant Field Values
-
BAUD_200
static final int BAUD_200
- See Also:
- Constant Field Values
-
BAUD_300
static final int BAUD_300
- See Also:
- Constant Field Values
-
BAUD_600
static final int BAUD_600
- See Also:
- Constant Field Values
-
BAUD_1200
static final int BAUD_1200
- See Also:
- Constant Field Values
-
BAUD_1800
static final int BAUD_1800
- See Also:
- Constant Field Values
-
BAUD_2400
static final int BAUD_2400
- See Also:
- Constant Field Values
-
BAUD_4800
static final int BAUD_4800
- See Also:
- Constant Field Values
-
BAUD_9600
static final int BAUD_9600
- See Also:
- Constant Field Values
-
BAUD_19200
static final int BAUD_19200
- See Also:
- Constant Field Values
-
BAUD_38400
static final int BAUD_38400
- See Also:
- Constant Field Values
-
BAUD_57600
static final int BAUD_57600
- See Also:
- Constant Field Values
-
BAUD_115200
static final int BAUD_115200
- See Also:
- Constant Field Values
-
BAUD_230400
static final int BAUD_230400
- See Also:
- Constant Field Values
-
BAUD_460800
static final int BAUD_460800
- See Also:
- Constant Field Values
-
BAUD_500000
static final int BAUD_500000
- See Also:
- Constant Field Values
-
BAUD_576000
static final int BAUD_576000
- See Also:
- Constant Field Values
-
BAUD_921600
static final int BAUD_921600
- See Also:
- Constant Field Values
-
BAUD_1000000
static final int BAUD_1000000
- See Also:
- Constant Field Values
-
BAUD_1152000
static final int BAUD_1152000
- See Also:
- Constant Field Values
-
BAUD_1500000
static final int BAUD_1500000
- See Also:
- Constant Field Values
-
BAUD_2000000
static final int BAUD_2000000
- See Also:
- Constant Field Values
-
BAUD_2500000
static final int BAUD_2500000
- See Also:
- Constant Field Values
-
BAUD_3000000
static final int BAUD_3000000
- See Also:
- Constant Field Values
-
BAUD_3500000
static final int BAUD_3500000
- See Also:
- Constant Field Values
-
BAUD_4000000
static final int BAUD_4000000
- See Also:
- Constant Field Values
-
DEFAULT_BAUD
static final int DEFAULT_BAUD
- See Also:
- Constant Field Values
-
DEFAULT_DATA_BITS
static final SerialConstants.DataBits DEFAULT_DATA_BITS
-
DEFAULT_STOP_BITS
static final SerialConstants.StopBits DEFAULT_STOP_BITS
-
DEFAULT_PARITY
static final SerialConstants.Parity DEFAULT_PARITY
-
DEFAULT_READ_BLOCKING
static final boolean DEFAULT_READ_BLOCKING
- See Also:
- Constant Field Values
-
DEFAULT_MIN_READ_CHARS
static final int DEFAULT_MIN_READ_CHARS
- See Also:
- Constant Field Values
-
DEFAULT_READ_TIMEOUT_MILLIS
static final int DEFAULT_READ_TIMEOUT_MILLIS
- See Also:
- Constant Field Values
-
-