如何使用Python将蓝牙设备连接到Windows?

问题描述 投票:0回答:1

我有一个蓝牙设备,我想使用 Python 将其连接到 Windows,几乎与您通过 UI 通过编程方式进行连接的方式相同。我怎样才能做到这一点?我认为我应该使用 win32 api,但我希望得到一些指导。 看来 this 是我需要使用的函数,但我似乎无法运行它;不知道怎么办。

谢谢

python python-3.x windows winapi bluetooth
1个回答
0
投票

你可以尝试使用PyBluez,我发现它更容易使用 https://github.com/pybluez/pybluez

文档:https://pybluez.readthedocs.io/en/latest/install.html

如果您使用的是 Windows 10,则需要安装此处描述的一些依赖项

© www.soinside.com 2019 - 2024. All rights reserved.