SerialPort.MaximumSpeed

From Xojo Documentation

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

Supported for all project types and targets.

The maximum speed (baud).

Example

This example reads the maximum speed of the serial device at port 0.

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