0

我打算使用 pybluez python 库连接到蓝牙设备。我正在使用 CST 蓝牙加密狗(类似于)但是我得到以下信息:

>>> from bluetooth import discover_devices
>>> discover_devices()
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
discover_devices()
File "C:\Python\Python35-32\lib\site-packages\bluetooth\msbt.py", line 15,in discover_devices
devices = bt.discover_devices(duration=duration, flush_cache=flush_cache)
OSError: The RPC server is unavailable.

我在 Windows 10 上,加密狗运行正常,我可以配对。关于如何使加密狗对图书馆可见的任何建议/提示?

4

0 回答 0