GUI on Linux, 'unable to establish link to hub' with standalone -> works running from Processing IDE
I cannot launch the OpenBCIGUI because it cannot find the port.
If I specify the port using OpenBCI_python master like:
sudo python OpenBCI_Python-master/user.py --daisy --add csv_collect raw_00.csv --record-duration 111 --safety-duration 3 --port /dev/ttyUSB0
then it works. Is there a way to specify a port when launching the GUI?
Comments