SerialPort.Name
From Xojo Documentation
This item was deprecated in version 2019r2. Please use SerialDevice.Name as a replacement. |
Read-Only Property (As String )
The name of the serial port.
Example
This example gets the name of serial device 0.
TextArea1.Text = System.SerialPort(0).Name