SerialPort
From Xojo Documentation
This item was deprecated in version 2019r2. Please use SerialDevice as a replacement. |
Class (inherits from Object)
Used to get the properties of any serial port.
Properties | |||||
|
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