openbci-archive/OpenBCI_LSL

Unable to stream data to Python

Opened this issue · 0 comments

I'm actually trying to stream data into MATLAB without a change of delay in data transmission. I've tried following this link but every time I run this line of code in python:
!python openbci_lsl.py COM13 --stream
The command line just hangs and nothing happens for a while. Any ideas on how to fix this and is there a better way to stream data directly from the serial port to matlab?