用PySimpleGUI和pyserial輕鬆組建單片機的上位機控制系統

PySimpleGUI是能輕鬆簡單地創建可視化應用程序 pyserial串口開發模塊 PySimpleGUI簡單示例: import PySimpleGUI as sg import serial layout=[ [sg.Text('第一行')], [sg.Button('第二行')] ] window=sg.Window('這是個標題').Layout(layout) button,v
相關文章
相關標籤/搜索