Online documentation, manuals and tutorials
< All Topics
Print

SerialListPorts

Description

Retrieves the list of serial ports detected on the system and sends it through ports output.

Properties

General

Description

String

This is the description of the Action component. Description is displayed below the component in the Project editor/viewer. In the main toolbar, it is possible to hide or display descriptions of all components with one click.

Inputs

seqin

SEQ | OPTIONAL

A standard sequence input.

Outputs

seqout

SEQ | OPTIONAL

A standard sequence output.

ports

DATA(array:struct:$SerialPort) | MANDATORY

A list of ports is sent to this output as a value of type array:$SerialPort. The system structure $SerialPort has these members:

  • manufacturer: string. The name of the manufacturer of the device connected to the port.
  • serialNumber: string. Port serial number.
  • path: string. Path of the serial port, which is used in the SerialInit Action.
Page content