SerialPort.OutputDriverName

From Xojo Documentation

Read-Only Property (As String )
StringValue = aSerialPort.OutputDriverName

Supported for all project types and targets.

The name of the output driver.

Example

This example gets the name of the output drive for serial device 0.

TextArea1.Text = System.SerialPort(0).OutputDriverName