connecting Processing GUI to an external hardware via serial port
For a couple of weeks I have been looking through other projects in which control of external hardware using brainwaves was achieved, most notably Chip's hexbug and shark projects: http://eeghacker.blogspot.com/2014/06/controlling-hex-bug-with-my-brain-waves.html
I have been using the ganglion board and a device running windows 10 which does not appear to link as smoothly to the board as a Mac can.
Using the Ganglion as a COM port to be used with arduino code did not appear to work,
so I ended up turning to the Processing GUI which appeared to be the means of connecting to the board which worked. The Processing IDE appears to be the best means towards customizing what you can do with the boards output, most prominently in the widget's ability to be fully modifiable (for example the Focus widget) not to mention it can be linked to an arduino or other external hardware connected via serial ports.
My question is, how would one go about stream recorded data in real time from the GUI to an external wired device via serial port on windows?

Comments