speedBps
Type: Integer
The speedBps property of the JadeSerialPort class contains the transmission rate measured in bits per second.
The following values are valid.
-
300
-
600
-
1200
-
2400
-
4800
-
9600 (the default)
-
14400
-
19200
-
38400
-
56000
-
57600
-
115200
-
128000
-
256000
The following code fragment shows the use of the speedBps property.
vars sp: JadeSerialPort; begin create sp transient; sp.speedBps := 2400;