SerialPort.RatedSpeed

From Xojo Documentation

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

Supported for all project types and targets.

The rated speed (baud).

Example

This example reads the rated speed of serial device 0.

TextArea1.Text = Str(System.SerialPort(0).RatedSpeed)