串口通信gui界面显示

参考链接:https://blog.csdn.net/wxkhturfun/article/details/108927253
https://blog.csdn.net/wxkhturfun/article/details/108964682

#!/usr/bin/env python
# -*- coding: utf-8 -*-
# author:Master
import serial,threading
import tkinter as tk  # 使用Tkinter前需要先导入
#点击按钮的响应(点击之后会显示数据,否则不显示接收的数据,但是不影响小车运动界面是显示)
def hit_me(

你可能感兴趣的:(python)