Windows8.1中MindWave的串口

时间:2015-12-09 00:54:50

标签: python windows serial-port usb mindwave

如何在Windows8.1中找到分配给MindWave USB的串口?我正在使用的代码适用于Mac OSX:

import platform
import sys, time
from mindwave import bluetooth_headset
import httplib, urllib, urllib2
import json

#serial_port = '/dev/tty.MindWaveMobile-DevA-10'

以下是我的设备管理员显示的内容: enter image description here

我想知道如何更改http://pastebin.com/jR21F4Xf的第10行,以使其在Windows中运行。目前,MindWave USB Dongle已连接到COM4。

这是配置文件:

{
    "mindwave_serial_port": "COM4",
    "hue_bridge_addr": "10.0.0.225",
    "user": "mona6_000",
    "send_to_gatd": "True",
    "show_spectrum": "True"
}

以下是MindWave Manager显示的内容: enter image description here

以下是我在PowerShell中获得的内容: enter image description here

我使用pyserial安装了easy_installenter image description here

但是我无法在python交互式shell中导入它,而运行我的代码时没有任何错误: enter image description here

0 个答案:

没有答案