Serial Port Sniffer ActiveX Control - SetRealPortRts

The SetRealPortRts method sets RTS value in real serial port.  

VARIANT_BOOL SetRealPortRts(
  VARIANT_BOOL Rts  
);


Parameters
  Rts - Current status of RTS signal.
Return Values
  If the function succeeds, the return value is TRUE. If the port is already being sniffed or does not exist, the return value is FALSE.


Remarks
  This method works only when hardware flow control is not enabled.