Skip to content

Commit 5ef0588

Browse files
feat(qe): Improve SerialPortTool
Close #1900 Signed-off-by: unknowIfGuestInDream <liang.tang.cx@gmail.com>
1 parent 270695d commit 5ef0588

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.idea/artifacts/javafxTool_qe_mac_jar.xml

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/artifacts/javafxTool_qe_win_jar.xml

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

qe/src/main/java/com/tlcsdm/qe/tools/SerialPortTool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ public void initializeUI() {
333333
serialPort.setFlowControl(SerialPort.FLOW_CONTROL_DISABLED);
334334
serialPort.setComPortTimeouts(SerialPort.TIMEOUT_READ_BLOCKING | SerialPort.TIMEOUT_WRITE_BLOCKING,
335335
1000, 1000);
336-
//UsartRXEven();
336+
337337
serPortOpenBtn.setText("关闭");
338338
serPort.setDisable(true);
339339
serPortSpeed.setDisable(true);

0 commit comments

Comments
 (0)