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