SerialDevice.Name
From Xojo Documentation
Read-Only Property (As String )
The name of the serial device.
Example
This example gets the name of serial device at index 0.
TextField1.Value = SerialDevice.At(0).Name
The name of the serial device.
This example gets the name of serial device at index 0.