def receive_data(self):
# Start New Thread for pyPort object that can receive data and put it
# by queue
thread.start_new_thread(self.pyPort.receive_data,())
# Start New thread for plain text updating data when come from devices
thread.start_new_thread(self.refresh_plain_text,())
# To Add Data to Plain Text
# When queue added to pyPort.dataQueue it added
# to received_data and emit signal
评论列表
文章目录