mindwave

serial port for MindWave in Windows8.1

依然范特西╮ 提交于 2019-12-12 05:47:46
问题 How can I find what is the serial port assigned to the MindWave USB in Windows8.1? The code I am using has this for 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' Here's what my device manager shows: I'd like to know how to change line 10 of http://pastebin.com/jR21F4Xf in order to make it work in Windows. Currently MindWave USB Dongle is connected to COM4. Here's the