Skip to content

OpenBCI_Python port number error #129

Description

@parasmemon

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions