Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jack0126 authored Nov 12, 2021
1 parent 3236d71 commit 232f5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jack/win32/comm/SerialPort.java
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ public void setDtrEnable(boolean dtrEnable) {
* @return
*/
public boolean isRtsEnable() {
return isOpen() ? internalSerialStream.isRtsEnable() : rtsEnable;
return rtsEnable;
}

/**
Expand Down

0 comments on commit 232f5a6

Please sign in to comment.