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