本文來源電子發燒友社區,作者:李先生, 帖子地址:https://bbs.elecfans.com/jishu_2300892_1_1.html
前言
默認xface使用的是Debian X Terminal Emulator 所以需要線安裝終端
sudo apt-get install terminator 否則打不開終端
Applications -> Settings -> Settings manager -> Prefered Applications -> Utilities 可以指定使用的終端。
安裝tkinter
sudo apt-get install python3-tk
此時可以import tkinter了。
root@localhost:~# python3
Python 3.6.9 (default, Jun 29 2022, 11:45:57)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
> > > import tkinter
> > >
安裝pip
apt-get install python3-pip python3-dev build-essential
pip3 install --upgrade pip3
安裝serial
pip3 --trusted-host pypi.python.org --trusted-host pypi.tuna.tsinghua.edu.cn install pyserial -i https://pypi.tuna.tsinghua.edu.cn/simple/
串口調試助手
下載代碼
git clone https://gitee.com/qinyunti/python_tkinter_uart.git
cd python_tkinter_uart
運行測試
python3 Python_Tkinter_UART.py
UART2的引腳對應J18的8,10引腳,對應設備號是/dev/ttyS1
發送數據可以看到接收到一樣的數據
-
米爾科技
+關注
關注
5文章
227瀏覽量
20999 -
MYD-J1028X
+關注
關注
1文章
16瀏覽量
283
發布評論請先 登錄
相關推薦
評論