SerialPort.InputDriverName

From Xojo Documentation

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

Supported for all project types and targets.

The name of the input driver.

Example

This example gets the name of serial device 0.

TextField1.Text = System.SerialPort(0).InputDriverName