diff options
| -rw-r--r-- | sercp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -618,7 +618,7 @@ int OpenUart() {  	sDCB.fAbortOnError = TRUE;  	sDCB.fOutxDsrFlow = FALSE;  	sDCB.fDtrControl = DTR_CONTROL_DISABLE; -	sDCB.fRtsControl = RTS_CONTROL_ENABLE; +	sDCB.fRtsControl = RTS_CONTROL_HANDSHAKE;  	sDCB.fOutxCtsFlow = TRUE;  	if (SetCommState(serial_fd, &sDCB) == 0) {  		return (-1); | 
