main_ui.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:pyMonitor 作者: ahmedalkabir 项目源码 文件源码
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
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号