property Output : string
Transmits its assigned value through the port.
Assigning a value to Output is equivalent to calling the PutString method with that same string.
The following example sends a dial string out the port:
ApxComPort.Output := 'ATDT555-1212'^M;