SerialDevice.MaximumSpeed
From Xojo Documentation
Read-Only Property (As Integer )
The maximum speed (baud) at which you can communicate with the device.
Example
This example reads the maximum speed of the serial device at index 0.
TextField1.Value = Str(SerialDevice.At(0).MaximumSpeed)