SerialDevice.MaximumSpeed

From Xojo Documentation

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

New in 2019r2

Supported for all project types and targets.

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)