首页 > TAG信息列表 > padx

Python tkinter serial

   源码是在https://blog.csdn.net/chencaw/article/details/105782159/链接的基础上改的,修改了一些bug,优化了串口接收数据 import serial import serial.tools.list_ports import time import threading from tkinter import * from tkinter.ttk import * DATA = ""