Platforms to show: All Mac Windows Linux Cross-Platform

Back to SerialPortMBS class.

SerialPortMBS.kParityEven = 2

Type Topic Plugin Version
const SerialPort MBS Util Plugin 22.3
One of the parity modes.

Even parity

SerialPortMBS.kParityNone = 0

Type Topic Plugin Version
const SerialPort MBS Util Plugin 22.3
One of the parity modes.

No parity

SerialPortMBS.kParityOdd = 1

Type Topic Plugin Version
const SerialPort MBS Util Plugin 22.3
One of the parity modes.

Odd parity

SerialPortMBS.kWinRTSControlDisabled = 0

Type Topic Plugin Version
const SerialPort MBS Util Plugin 22.4
One of the RTS (request-to-send) flow control constants for Windows.

Disables the RTS line when the device is opened and leaves it disabled.

SerialPortMBS.kWinRTSControlEnabled = 1

Type Topic Plugin Version
const SerialPort MBS Util Plugin 22.4
One of the RTS (request-to-send) flow control constants for Windows.

Enables the RTS line when the device is opened and leaves it on.

SerialPortMBS.kWinRTSControlHandshake = 2

Type Topic Plugin Version
const SerialPort MBS Util Plugin 22.4
One of the RTS (request-to-send) flow control constants for Windows.

Enables RTS handshaking. The driver raises the RTS line when the "type-ahead" (input) buffer is less than one-half full and lowers the RTS line when the buffer is more than three-quarters full.

SerialPortMBS.kWinRTSControlToggle = 3

Type Topic Plugin Version
const SerialPort MBS Util Plugin 22.4
One of the RTS (request-to-send) flow control constants for Windows.

Specifies that the RTS line will be high if bytes are available for transmission. After all buffered bytes have been sent, the RTS line will be low.

The items on this page are in the following plugins: MBS Util Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...