SerialDevice.InputDriverName
From Xojo Documentation
Read-Only Property (As String )
StringValue = aSerialDevice.InputDriverName
New in 2019r2
Supported for all project types and targets.
New in 2019r2
Supported for all project types and targets.
The name of the input driver.
Example
This example gets the name of serial device 0.
TextField1.Value = SerialDevice.At(0).InputDriverName