mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 16:25:45 +08:00
Remove sensitivity to the state of DSR (DTR on the modem).
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user