Merge branch 'main' of ssh://gitea.qutcmrt.top:222/Robofish/pyqt_monitor
This commit is contained in:
commit
268cf78790
BIN
doc/.DS_Store
vendored
Normal file
BIN
doc/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
doc/.~程序说明.docx
Normal file
BIN
doc/.~程序说明.docx
Normal file
Binary file not shown.
BIN
doc/745b4279f2c9754c20fcf1f22c12db2a.png
Normal file
BIN
doc/745b4279f2c9754c20fcf1f22c12db2a.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 358 KiB |
BIN
doc/主界面.png
BIN
doc/主界面.png
Binary file not shown.
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 92 KiB |
BIN
doc/保存的数据.PNG
Normal file
BIN
doc/保存的数据.PNG
Normal file
Binary file not shown.
After Width: | Height: | Size: 300 KiB |
BIN
doc/加载和绘制.PNG
Normal file
BIN
doc/加载和绘制.PNG
Normal file
Binary file not shown.
After Width: | Height: | Size: 122 KiB |
BIN
doc/数据预览图.PNG
Normal file
BIN
doc/数据预览图.PNG
Normal file
Binary file not shown.
After Width: | Height: | Size: 190 KiB |
BIN
doc/程序说明.docx
Normal file
BIN
doc/程序说明.docx
Normal file
Binary file not shown.
BIN
doc/程序说明.pdf
Normal file
BIN
doc/程序说明.pdf
Normal file
Binary file not shown.
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user