Virtual Serial Port Tools - Advanced serial port configurations for your custom ports usage scenario
Download Virtual Serial Port Tools Hide this button

CompatibilityFlags Enumeration

A set of compatibility flags that change the behavior of virtual serial ports to increase compatibility with legacy software.

SymbolValueDescription
IgnoreInvalidSpecialChars1Virtual serial ports must silently ignore invalid special characters set by application. By default, when this compatibility flag is not set, virtual serial ports fail requests that attempt to set invalid combination of special characters, as required by specification.
IgnoreTxClearPurgeFlag2Virtual serial devices will ignore serial purge requests with TXCLEAR flag. This prevents unwanted behavior if the request is erroneously sent by application while there is still data in transmit queue. Currently applies to local bridges only.