Skip to content

Commit

Permalink
feat: serial port name can be input manually
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tools-author committed Dec 19, 2024
1 parent cc52339 commit 5571393
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/Files/History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ V7.1.0 2024年xx月xx日
02. UDP客户端支持组播
03. 输入框可以通过快捷键Enter发送数据
04. 可以自定义串口号(Linux平台)
05. modbus串口名称可以手动输入

V7.0.0 2024年10月27日
新特性:
Expand Down
6 changes: 5 additions & 1 deletion source/Tools/Modbus/ModbusAssistant.ui
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,11 @@
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="comboBoxPortName"/>
<widget class="QComboBox" name="comboBoxPortName">
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_10">
Expand Down

0 comments on commit 5571393

Please sign in to comment.