lihas / NeuroPy

NeuroPy library written in python to connect, interact and get data from neurosky's MindWave EEG headset.
88 stars 54 forks source link

I get this error after 10 seconds max #6

Open YannisDC opened 8 years ago

YannisDC commented 8 years ago

Unhandled exception in thread started by <bound method NeuroPy.packetParser of <NeuroPy.NeuroPy.NeuroPy object at 0x1022b7a10>> Traceback (most recent call last): File "/Library/Python/2.7/site-packages/NeuroPy/NeuroPy.py", line 84, in packetParser p2=srl.read(1).encode("hex") File "/Library/Python/2.7/site-packages/serial/serialposix.py", line 481, in read raise SerialException('read failed: %s' % (e,)) serial.serialutil.SerialException: read failed: (9, 'Bad file descriptor')

lihas commented 8 years ago

Is the headset getting disconnected?