OpenBCI and Unity
I am trying to read the data sent in from the OpenBCI unit within Unity3D using a C# script. I have been doing this by treating it as serial port. However, the script either does not recognize it, or simply freezes Unity.
Is there a specific way to read the data? Or is there something else I need to look into?
Comments