speedBps

Type: Integer

The speedBps property of the JadeSerialPort class contains the transmission rate measured in bits per second.

The following values are valid.

The following code fragment shows the use of the speedBps property.

vars
    sp: JadeSerialPort;
begin
    create sp transient;
    sp.speedBps := 2400;