Skip to content

Commit

Permalink
Merge pull request #229 from felHR85/cdc_fix
Browse files Browse the repository at this point in the history
CDC Default Setup to CDC_CONTROL_LINE_ON
  • Loading branch information
felHR85 authored Apr 5, 2019
2 parents 2afa82d + 9c51f4c commit 41ced7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ private boolean openCDC()

// Default Setup
setControlCommand(CDC_SET_LINE_CODING, 0, getInitialLineCoding());
setControlCommand(CDC_SET_CONTROL_LINE_STATE, CDC_CONTROL_LINE_OFF, null);
setControlCommand(CDC_SET_CONTROL_LINE_STATE, CDC_CONTROL_LINE_ON, null);

return true;
}
Expand Down

0 comments on commit 41ced7c

Please sign in to comment.