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