TApxComPort.CTS

TApxComPort

property CTS : Boolean

Returns True if the port's "clear to send" (CTS) line is set.

The following example transmits a large block of data after assuring that the remote has raised the CTS signal:

if ApxComPort.CTS then
  ApxComPort.PutBlock(BigBlock, 1024);

See also: DSR