InfoConnect for Unisys
DSRrequired Property (IConnectionSettingsComSerialPort)


When set to true, InfoConnect transmits data only if the RS-232 Data Set Ready (DSR) signal is active.
Syntax
'Declaration
 
Property DSRrequired As Boolean
'Usage
 
Dim instance As IConnectionSettingsComSerialPort
Dim value As Boolean
 
instance.DSRrequired = value
 
value = instance.DSRrequired
bool DSRrequired {get; set;}

Property Value

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