Difference between revisions of "Serial.SerialPort"
From Xojo Documentation
m (→Example) |
|||
Line 1: | Line 1: | ||
+ | {{Deprecated|version=2019r2|replacement=[[SerialConnection.Device]]}} | ||
{{PropertyBox | {{PropertyBox | ||
| name=SerialPort | | name=SerialPort |
Revision as of 23:41, 27 June 2019
![]() |
This item was deprecated in version 2019r2. Please use SerialConnection.Device as a replacement. |
Property (As SerialPort )
aSerial.SerialPort = newSerialPortValue
or
SerialPortValue = aSerial.SerialPort
Supported for all project types and targets.
or
SerialPortValue = aSerial.SerialPort
Supported for all project types and targets.
Used to identify the serial port to which the Serial control will communicate.
Example
The code below is from Examples/Communication/Serial/Line State Change Tester: