Skip to content

OpenBCI_Python port number error #129

@parasmemon

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.

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