OpenBCI_LSL errors with Ganglion
Hello, after turning on my Ganglion board and dongle, I run the command:
python openbci_lsl.py --stream
and it outputs the following:
-------INSTANTIATING BOARD-------
Traceback (most recent call last):
File "openbci_lsl.py", line 56, in
main(sys.argv[1:])
File "openbci_lsl.py", line 40, in main
lsl = streamerlsl.StreamerLSL(GUI=False)
File "C:\Program Files\MATLAB\OpenBCI_LSL\lib\streamerlsl.py", line 46, in init
self.initialize_board(autodetect=True)
File "C:\Program Files\MATLAB\OpenBCI_LSL\lib\streamerlsl.py", line 59, in initialize_board
self.board = bci.OpenBCIBoard()
File "C:\Program Files\MATLAB\OpenBCI_LSL\lib\open_bci_v3.py", line 77, in init
port = self.find_port()
File "C:\Program Files\MATLAB\OpenBCI_LSL\lib\open_bci_v3.py", line 574, in find_port
raise OSError('Cannot find OpenBCI port')
OSError: Cannot find OpenBCI port
On this page: http://docs.openbci.com/3rd%20Party%20Software/04-LSL
One of the examples is python openbci_lsl.py /dev/ttyUSB0 --stream
However, this also outputs the same error. I have tried many different variations including the ones here http://www.fieldtriptoolbox.org/development/realtime/openbci
Does anyone know how to figure out what file/root the port number is on a Windows laptop computer? and also the syntax for including the port number on command line?
Comments