Merge branch 'main' of ssh://gitea.qutcmrt.top:222/Robofish/pyqt_monitor

This commit is contained in:
Robofish 2024-12-18 15:31:56 +08:00
commit 268cf78790
11 changed files with 25 additions and 28 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
doc/.DS_Store vendored Normal file

Binary file not shown.

BIN
doc/.~程序说明.docx Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 92 KiB

BIN
doc/保存的数据.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 KiB

BIN
doc/加载和绘制.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

BIN
doc/数据预览图.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

BIN
doc/程序说明.docx Normal file

Binary file not shown.

BIN
doc/程序说明.pdf Normal file

Binary file not shown.

View File

@ -201,9 +201,6 @@ class VoltageReaderApp(QMainWindow):
self.message_label.setText("停止读取数据")
def read_data(self):
if self.test_mode:
self.generate_random_waveform()
else:
while self.reading_event.is_set() and self.serial_port:
try:
while self.serial_port.in_waiting > 0: