I am working using Kinect for Windows Sensor which sense 3D coordinate, it uses C++ programming language.
In every single detection, I need to send coordinates data to Arduino so the Arduino could send signal to the motors.
How to make the Arduino can receive that coordinates data/numbers from C++?