Skip to content

Commit ab242bd

Browse files
committed
merge
2 parents bb69f40 + 7db4e62 commit ab242bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

usbserial/src/main/java/com/felhr/usbserial/CDCSerialDevice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ private boolean openCDC()
337337

338338
// Default Setup
339339
setControlCommand(CDC_SET_LINE_CODING, 0, getInitialLineCoding());
340-
setControlCommand(CDC_SET_CONTROL_LINE_STATE, CDC_CONTROL_LINE_ON, null);
340+
setControlCommand(CDC_SET_CONTROL_LINE_STATE, CDC_CONTROL_LINE_OFF, null);
341341

342342
return true;
343343
}

0 commit comments

Comments
 (0)