openbci-archive / OpenBCI_LSL

An application for establishing an OpenBCI stream through the Lab Streaming Layer (LSL)
53 stars 32 forks source link

Unable to stream data to Python #8

Open faheemersh opened 6 years ago

faheemersh commented 6 years ago

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?