Virtual Serial Port ActiveX Control - SetStrictBaudrate Method

  The SetStrictBaudrate method enables or disables emulation of data transfer speed, according to current virtual port Baudrate value (Windows NT4,2000/XP/2003 only).
 
BOOL SetStrictBaudrate(
  BOOL On // Set or clear strict Baudrate
);

Parameters
  On
    [in] Determines enabling or disabling of data transfer speed emulation for a virtual serial port, according to current virtual port Baudrate value. This parameter can be any of the following values:
   
Value Meaning
TRUE Enable the strict Baudrate emulation
FALSE Disable the strict Baudrate emulation

Return Values
  If the function succeeds, the return value is TRUE. If Baudrate was not set/cleared the return value is FALSE.

Remarks

   The value of this parameter becomes default after deleting virtual port from system.


See also:

SetLineControl method, SetTimeouts method, SetHandFlow method, SetChars method, SetBreak method, SetWiring method