openbci-archive / OpenBCI_Python

The Python software library designed to work with OpenBCI hardware.
MIT License
510 stars 207 forks source link

OpenBCI_Python port number error #129

Open parasmemon opened 4 years ago

parasmemon commented 4 years ago

I am using OpenBCI Cyton board. when I use this code: from pyOpenBCI import OpenBCICyton

def print_raw(sample): print(sample.channels_data) board = OpenBCICyton(port=None, daisy=False) board.start_stream(print_raw)

I get this error: raise OSError('Cannot find OpenBCI port.') OSError: Cannot find OpenBCI port.