[macOS]Get Data from Serial Port in Unity 5.6.1
Hello There, My teamwork and I are struggling for our Final Thesis Project involving Unity3D 5.6.1 and Arduino.
Basically we're creating information with an accelerometer and an Arduino board and sending this informations via RF module to another Arduino board connected to a macBook running Unity.
We need Unity to take this informations through the serial port so that we can move some objects in the game. We're terribly stuck.
we have already switched to .Net 2.0
we're already using "System.IO.Ports;" in our script
we're already calling the serial port with "SerialPort myData = new SerialPort ("/dev/cu.usbmodem1421", 115200);"
How is it possible to take the information from the serial port and use them in Unity?
Your answer

Follow this Question
Related Questions
example of new way to load levels 1 Answer
Menu object not responding 0 Answers
Global Illumination at Runtime 0 Answers
Moving an image on the X axis is not working as it should. 0 Answers
only menu1 hides on gui click 1 Answer