Uart

API Documentation: [cpp] [python] [.NET] [LabVIEW]

The UART entity is a class which allows the configuration of a specified uart port.


Uart Control

The USBHub3c has the ability to be controlled through an RS232 interface on the external expansion connector of the USBHub3c. For additional information about the serial protocol, reference USBHub3c Serial Communication Feature

Uart Protocols

The USBHub3c has two protocol values enumerated.

Value

Description

0

Disabled/Undefined

1

Extron Compatible Protocol

Uart APIs

Uarts are controlled through the following APIs:

stem.uart[x].setEnable()[cpp][python][NET][LabVIEW]
stem.uart[x].getEnable()[cpp][python][NET][LabVIEW]
stem.uart[x].setBaudRate()[cpp][python][NET][LabVIEW]
stem.uart[x].getBaudRate()[cpp][python][NET][LabVIEW]
stem.uart[x].setProtocol()[cpp][python][NET][LabVIEW]
stem.uart[x].getProtocol()[cpp][python][NET][LabVIEW]