How Arduino receive any data/numbers from C++?

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++?

Thank you.

Yesyour app needs to send data to the arduino via the the comms port. After that the software on the arduino needs understand the commands.

Mark

How to send data through serial communication? any samples?

Which C++ compiler are you using?

Google is your firend (TM). ]:slight_smile:

Google is your firend (TM).

And what's a firend? 8)

PaulS:

Google is your firend (TM).

And what's a firend? 8)

A regression test for goggle suggest 8)

dxw00d:
Which C++ compiler are you using?

Visual Studio 2010 express.

http://www.instructables.com/id/Sending-a-multi-byte-integer-to-Arduinos-serial/ should give you a start.

arduino visual c++ serial port - Google Search for more information.