Virtual Serial Port ActiveX Control - OnRTS Event

The OnRTS event occurs when other application changes the RTS (ready-to-send) signal state.  

OnRTS(
  BOOL On // RTS signal state
);

Parameters
  On     [out] Determines the state of RTS signal. This parameter can be any of the following values:    

Value Meaning
TRUE RTS signal sent
FALSE RTS signal cleared

See also

OnDTR event