Please enable JavaScript to view this site.

IDS peak 2.15.0 / uEye+ firmware 3.50

IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.

The UART functionality is only available for cameras that support UART communication on the hardware. This feature is only supported by the following uEye+ cameras.

USB 3 uEye+ XCP Rev. 1.2

USB 3 uEye+ XLE Rev. 1.2

USB 3 uEye+ XLS Rev. 1.2

The hardware must be Rev. 1.2 (or higher), as UART support is included from this hardware on. The description of the GPIO (General Purpose I/O) can be found in the camera manual of the respective camera family.

Sends data via UART. This command is only available if Line2 is correctly configured as a UART Tx line.

For Line2, set LineMode="Output" and LineSource="UartTx".

This command returns immediately. The data is sent asynchronously, starting with the call of this command. When this command returns, the data may or may not have been transmitted completely.

Name

UartTxExecute

Category

UartControl

Interface

Command

Access

(Read)/Write

Unit

-

Visibility

Expert

Values

-

Standard

IDS

Availability uEye+

icon-u3v

Availability uEye

-

Code example

C++

// Execute UartTxExecute
nodeMapRemoteDevice->FindNode<peak::core::nodes::CommandNode>("UartTxExecute")->Execute();
// Check if the command has finished before you continue (optional)
nodeMapRemoteDevice->FindNode<peak::core::nodes::CommandNode>("UartTxExecute")->WaitUntilDone();

C#

// Execute UartTxExecute
nodeMapRemoteDevice.FindNode<peak.core.nodes.CommandNode>("UartTxExecute").Execute();
// Check if the command has finished before you continue (optional)
nodeMapRemoteDevice.FindNode<peak.core.nodes.CommandNode>("UartTxExecute").WaitUntilDone();

Python

# Execute UartTxExecute
nodeMapRemoteDevice.FindNode("UartTxExecute").Execute()
# Check if the command has finished before you continue (optional)
nodeMapRemoteDevice.FindNode("UartTxExecute").WaitUntilDone()

© 2025 IDS Imaging Development Systems GmbH