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
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