首页 > 编程语言 >Python 串口通信

Python 串口通信

时间:2023-02-14 11:13:26浏览次数:37  
标签:Python 通信 install 串口 pip serial 安装

Python 串口通信

1.先安装serial库

pip install serial

 

 

 此时报错,是因为我们库安装错了,吧serial库先卸载

pip uninstall serial

安装正确的库

pip install pyserial

 

 ok,在试试吧

 

标签:Python,通信,install,串口,pip,serial,安装
From: https://www.cnblogs.com/TodayWind/p/17118934.html

相关文章