import sys
import json
import re # For regular expressions
import serial
import serial.tools.list_ports
import pyqtgraph as pg
from PySide6.QtWidgets import (QApplication, QMainWindow, QWidget, QTabWidget,
QVBoxLayout, QHBoxLayout, QListWidget, QLineEdit,
QPushButton, QComboBox, QFormLayout, QCheckBox, QLabel,
QListWidgetItem, QFileDialog, QSpinBox, QMenu, QSplitter,
QDialog, QDialogButtonBox, QMessageBox, QPlainTextEdit,
QGroupBox)
from PySide6.QtCore import Qt, QThread, Signal, QTimer, QDateTime, QByteArray, Slot, QObject, QSize, QEvent
from PySide6.QtGui import QFont, QTextCursor, QColor
pg.setConf
02-08
209

04-12
1590

01-02
940
