SerialDevice.RatedSpeed

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aSerialDevice.RatedSpeed

New in 2019r2

Supported for all project types and targets.

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