Remove sensitivity to the state of DSR (DTR on the modem).

This commit is contained in:
Jonathan Naylor
2017-03-16 11:02:05 +00:00
committed by GitHub
parent 8073ff9a30
commit ddf75b9872

View File

@@ -84,6 +84,7 @@ bool CSerialController::open()
dcb.fOutX = FALSE; dcb.fOutX = FALSE;
dcb.fOutxCtsFlow = FALSE; dcb.fOutxCtsFlow = FALSE;
dcb.fOutxDsrFlow = FALSE; dcb.fOutxDsrFlow = FALSE;
dcb.fDsrSensitivity = FALSE;
dcb.fDtrControl = DTR_CONTROL_DISABLE; dcb.fDtrControl = DTR_CONTROL_DISABLE;
dcb.fRtsControl = RTS_CONTROL_DISABLE; dcb.fRtsControl = RTS_CONTROL_DISABLE;