SerialPortBusNode

Description

The SerialPortBusNode object provides properties for communicating with a device via a serial port and manages the communication via a SerialPortBus.

This object was introduced in InCore 2.2.

› Inherits:Object
› Inherited by:AlphasenseOpcN3, SensirionHDLC

Properties

bus

This property holds the bus which to use for reading and writing data from a serial port. If not set a global bus with default SerialPortBus.maximumActiveEndpointCount is used.

› Type:SerialPortBus
› Signal:busChanged()
› Attributes:Writable, Optional

portName

This property holds an alias for the SerialPort.portName property of serialPort. It allows using modifiers such as Select on the port name.

This property was introduced in InCore 2.5.

› Type:String
› Signal:portNameChanged()
› Attributes:Writable

responseTimeout

This property holds the number of milliseconds to wait for a response from the device after sending a data frame.

› Type:SignedInteger
› Default:5000
› Signal:responseTimeoutChanged()
› Attributes:Writable

serialPort

This property holds the serial port to use for communicating with the device via the bus.

› Type:SerialPort
› Signal:serialPortChanged()
› Attributes:Writable