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) 检测睡意的项目。我尝试了几件事:
- 使用我的智能手机查找设备 -> 有效
- 在同一台笔记本电脑上找到带有 Ubuntu 的设备 -> 有效
- 使用此 Python 脚本通过蓝牙在 Win7 上直接连接:Gist -> 连接并发送数据
- 用我的笔记本电脑在 Win7 上查找其他蓝牙设备 -> 蓝牙无线电已打开
- 用于(虚拟)串行连接到蓝牙设备(设备管理器)的 COM 端口
我正在尝试的是让这个脚本工作: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
我真的很沮丧,不知道去哪里寻找答案。 目前,我正在从事一个使用心电图设备 (Zephyr Bioharness 3). The device works but I can't find it with windows (For example like this) 检测睡意的项目。我尝试了几件事:
- 使用我的智能手机查找设备 -> 有效
- 在同一台笔记本电脑上找到带有 Ubuntu 的设备 -> 有效
- 使用此 Python 脚本通过蓝牙在 Win7 上直接连接:Gist -> 连接并发送数据
- 用我的笔记本电脑在 Win7 上查找其他蓝牙设备 -> 蓝牙无线电已打开
- 用于(虚拟)串行连接到蓝牙设备(设备管理器)的 COM 端口
我正在尝试的是让这个脚本工作: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