SerialPort.RatedSpeed
From Xojo Documentation
This item was deprecated in version 2019r2. Please use SerialDevice.RatedSpeed as a replacement. |
Read-Only Property (As Integer )
The rated speed (baud).
Example
This example reads the rated speed of serial device 0.
TextArea1.Text = Str(System.SerialPort(0).RatedSpeed)