SerialPortBus

Description

The SerialPortBus object provides an abstract bus of endpoints connected through multiple serial ports. The bus manages the data transfer from/to the endpoints while enforcing certain communication patterns for the ports, e.g. limiting the number of simultaneously open serial ports through the maximumActiveEndpointCount property.

This object was introduced in InCore 2.0.

› Inherits:Object

Properties

maximumActiveEndpointCount

This property holds the maximum number of active endpoints. This allows limiting the total number of simultaneously opened serial ports, e.g. to work around limitations of the USB host controller when working with many USB serial converter devices.

› Type:SignedInteger
› Default:8
› Signal:maximumActiveEndpointCountChanged()
› Attributes:Writable