串列埠通訊gui介面顯示

wxkhturfun發表於2020-10-09

參考連結: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(

相關文章