SerialPort

From Xojo Documentation

Class (inherits from Object)

Used to get the properties of any serial port.

Properties
InputDriverName fa-lock-32.png Name fa-lock-32.png RatedSpeed fa-lock-32.png
MaximumSpeed fa-lock-32.png OutputDriverName fa-lock-32.png

Examples

See the example for the System module. You get the values of SerialPort properties by accessing the properties of the System module. For example,

TextField1.Text = System.SerialPort(0).InputDriverName

See Also

Serial class; System module, GettingStarted:Serial Port Tutorial