BitrateEmulation Property

State of bitrate emulation flag. If TRUE, the port emulates write data transfer speed in accordance with value of bitrate communications parameter.
If FALSE, data is written to the port without any delays. FALSE by default.

Access

Read/Write

Syntax

Visual Basic
BitrateEmulation As Boolean
Delphi
BitrateEmulation: Boolean;
Visual C++ (MFC)
BOOL get_BitrateEmulation(); 
void put_BitrateEmulation(BOOL value);   
Visual C++ (#import)
VARIANT_BOOL BitrateEmulation;