![]() |
BakeoutController-Basic
0.1
A Controller for the Omicron vacuum chamber
|
Public Member Functions | |
int | getBaudRate () |
int | getDataBits () |
int | getParityBits () |
int | getStopBits () |
Public Attributes | |
int | DATABITS_8 = RXTXPort.DATABITS_8 |
int | BAUD_RATE_9600 = 9600 |
int | PARITY_NONE = RXTXPort.PARITY_NONE |
int | STOPBITS_1 = RXTXPort.STOPBITS_1 |
Describes methods required for setting port parameters If the constants are to be used, please ensure that they're specified in this interface. The last thing I want is some magic numbers floating around.
For multiple devices, the address is not set here. That will be set later on the device.
Definition at line 14 of file PortConfiguration.java.
int kernel.serial_ports.PortConfiguration.getBaudRate | ( | ) |
Implemented in kernel.modbus.StandaloneModbusPortConfiguration, kernel.serial_ports.RXTXPortWrapper, and kernel.serial_ports.RXTXPortConfiguration.
int kernel.serial_ports.PortConfiguration.getDataBits | ( | ) |
Implemented in kernel.serial_ports.RXTXPortWrapper, kernel.modbus.StandaloneModbusPortConfiguration, and kernel.serial_ports.RXTXPortConfiguration.
int kernel.serial_ports.PortConfiguration.getParityBits | ( | ) |
Implemented in kernel.serial_ports.RXTXPortWrapper, kernel.modbus.StandaloneModbusPortConfiguration, and kernel.serial_ports.RXTXPortConfiguration.
int kernel.serial_ports.PortConfiguration.getStopBits | ( | ) |
Implemented in kernel.serial_ports.RXTXPortWrapper, kernel.modbus.StandaloneModbusPortConfiguration, and kernel.serial_ports.RXTXPortConfiguration.
int kernel.serial_ports.PortConfiguration.BAUD_RATE_9600 = 9600 |
9600 bits per second Baud rate
Definition at line 24 of file PortConfiguration.java.
int kernel.serial_ports.PortConfiguration.DATABITS_8 = RXTXPort.DATABITS_8 |
8 bit data format
Definition at line 19 of file PortConfiguration.java.
int kernel.serial_ports.PortConfiguration.PARITY_NONE = RXTXPort.PARITY_NONE |
No parity bits in serial communication
Definition at line 29 of file PortConfiguration.java.
int kernel.serial_ports.PortConfiguration.STOPBITS_1 = RXTXPort.STOPBITS_1 |
Specifies that one stop bit is to be used
Definition at line 34 of file PortConfiguration.java.
Git Repo |