Reflection
DSRrequired Property (IConnectionSettingsModem)


When set to true, Reflection does not transmit data unless the RS-232 Data Set Ready (DSR) signal is active.
Syntax
'Declaration
 
Property DSRrequired As Boolean
'Usage
 
Dim instance As IConnectionSettingsModem
Dim value As Boolean
 
instance.DSRrequired = value
 
value = instance.DSRrequired
bool DSRrequired {get; set;}

Property Value

The default value is false. This value can be changed during an open connection.
Remarks
Set this value to false if ReceivePacing is set to Hardware.
See Also