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