Package org.osgi.service.serial
Class SerialConstants
- java.lang.Object
-
- org.osgi.service.serial.SerialConstants
-
public final class SerialConstants extends java.lang.Object
Constants for serial device settings.- Author:
- $Id: 7caaea09029d2bbc980fc4a31854cb8e2a016017 $
-
-
Field Summary
Fields Modifier and Type Field Description static int
BAUD_115200
Baud rate: 115200.static int
BAUD_14400
Baud rate: 14400.static int
BAUD_19200
Baud rate: 19200.static int
BAUD_38400
Baud rate: 38400.static int
BAUD_57600
Baud rate: 57600.static int
BAUD_9600
Baud rate: 9600.static int
BAUD_AUTO
Baud rate: Automatic baud rate (if available).static int
DATABITS_5
Data bits: 5.static int
DATABITS_6
Data bits: 6.static int
DATABITS_7
Data bits: 7.static int
DATABITS_8
Data bits: 8.static int
FLOWCONTROL_NONE
Flow control: None.static int
FLOWCONTROL_RTSCTS_IN
Flow control: RTS/CTS on input.static int
FLOWCONTROL_RTSCTS_OUT
Flow control: RTS/CTS on output.static int
FLOWCONTROL_XONXOFF_IN
Flow control: XON/XOFF on input.static int
FLOWCONTROL_XONXOFF_OUT
Flow control: XON/XOFF on output.static int
PARITY_EVEN
Parity: Even.static int
PARITY_MARK
Parity: Mark.static int
PARITY_NONE
Parity: None.static int
PARITY_ODD
Parity: Odd.static int
PARITY_SPACE
Parity: Space.static int
STOPBITS_1
Stop bits: 1.static int
STOPBITS_1_5
Stop bits: 1.5.static int
STOPBITS_2
Stop bits: 2.
-
-
-
Field Detail
-
BAUD_AUTO
public static final int BAUD_AUTO
Baud rate: Automatic baud rate (if available).- See Also:
- Constant Field Values
-
BAUD_9600
public static final int BAUD_9600
Baud rate: 9600.- See Also:
- Constant Field Values
-
BAUD_14400
public static final int BAUD_14400
Baud rate: 14400.- See Also:
- Constant Field Values
-
BAUD_19200
public static final int BAUD_19200
Baud rate: 19200.- See Also:
- Constant Field Values
-
BAUD_38400
public static final int BAUD_38400
Baud rate: 38400.- See Also:
- Constant Field Values
-
BAUD_57600
public static final int BAUD_57600
Baud rate: 57600.- See Also:
- Constant Field Values
-
BAUD_115200
public static final int BAUD_115200
Baud rate: 115200.- See Also:
- Constant Field Values
-
DATABITS_5
public static final int DATABITS_5
Data bits: 5.- See Also:
- Constant Field Values
-
DATABITS_6
public static final int DATABITS_6
Data bits: 6.- See Also:
- Constant Field Values
-
DATABITS_7
public static final int DATABITS_7
Data bits: 7.- See Also:
- Constant Field Values
-
DATABITS_8
public static final int DATABITS_8
Data bits: 8.- See Also:
- Constant Field Values
-
FLOWCONTROL_NONE
public static final int FLOWCONTROL_NONE
Flow control: None.- See Also:
- Constant Field Values
-
FLOWCONTROL_RTSCTS_IN
public static final int FLOWCONTROL_RTSCTS_IN
Flow control: RTS/CTS on input.- See Also:
- Constant Field Values
-
FLOWCONTROL_RTSCTS_OUT
public static final int FLOWCONTROL_RTSCTS_OUT
Flow control: RTS/CTS on output.- See Also:
- Constant Field Values
-
FLOWCONTROL_XONXOFF_IN
public static final int FLOWCONTROL_XONXOFF_IN
Flow control: XON/XOFF on input.- See Also:
- Constant Field Values
-
FLOWCONTROL_XONXOFF_OUT
public static final int FLOWCONTROL_XONXOFF_OUT
Flow control: XON/XOFF on output.- See Also:
- Constant Field Values
-
PARITY_NONE
public static final int PARITY_NONE
Parity: None.- See Also:
- Constant Field Values
-
PARITY_ODD
public static final int PARITY_ODD
Parity: Odd.- See Also:
- Constant Field Values
-
PARITY_EVEN
public static final int PARITY_EVEN
Parity: Even.- See Also:
- Constant Field Values
-
PARITY_MARK
public static final int PARITY_MARK
Parity: Mark.- See Also:
- Constant Field Values
-
PARITY_SPACE
public static final int PARITY_SPACE
Parity: Space.- See Also:
- Constant Field Values
-
STOPBITS_1
public static final int STOPBITS_1
Stop bits: 1.- See Also:
- Constant Field Values
-
STOPBITS_2
public static final int STOPBITS_2
Stop bits: 2.- See Also:
- Constant Field Values
-
STOPBITS_1_5
public static final int STOPBITS_1_5
Stop bits: 1.5.- See Also:
- Constant Field Values
-
-