安装pyserial到win7-64位电脑

本文指导如何在Win7 64位系统中手动编译并安装pyserial-win32,通过下载源码、修改PATH、解压文件及运行安装命令,最终实现使用Python操作串口/编程的目标。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

win764位下无法安装pyserial-win32,所以只能下载源码安装。

http://pyserial.sourceforge.net/ 找到源码。

具体步骤:

A couple additional details I found necessary:
1. In the Command Prompt window, it was necessary to modify the PATH statement to acknowledge the Python installation with
PATH c:\python32;%PATH%

2. Needed to install the file pyserial-2.6.tar.gz file in the directory c:\Python27\Lib\site-packages\pyserial-2.6, then unzip it

3. Needed to run the package installation from the directory c:\Python32\Lib\site-packages\pyserial-2.6, and the command was: python setup.py install

 

然后就可以用python操作串口/编程啦。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值