Win7如何与蓝牙设备建立串口连接

How to establish serial connection with Bluetooth device on Win7

我真的很沮丧,不知道去哪里寻找答案。 目前,我正在从事一个使用心电图设备 (Zephyr Bioharness 3). The device works but I can't find it with windows (For example like this) 检测睡意的项目。我尝试了几件事:

我正在尝试的是让这个脚本工作:ZephyrApp. Beside some compatibility problems with QT and serial (which I was able to fix), the programm hangs here protocol.py。我怀疑找不到设备的问题与程序问题有关。我知道这是非常特殊的情况,但希望有人知道如何解决这个问题。

此致, 保罗

编辑:另一台装有 Win7 的 PC 也无法检测到该设备,这似乎是一个 Windows 问题。

Win7无法检测到设备,但我找到了直接通过蓝牙连接的方法:https://gist.github.com/darkopetrovic/2127217