pybluez python ライブラリを使用して Bluetooth デバイスに接続することになりました。私はCST bluetoothドングルを使用しています(これに似ています)ただし、次のようになります:
>>> 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 を使用しています。ドングルは正しく機能しており、ペアリングできます。ドングルをライブラリに表示する方法に関するアドバイス/ヒントはありますか?