Send data from GPU(PC) to Arduino

Hello, everybody!

Is there an way to send temperature data (from MSI Afterburner or another program) to the arduino that it can display it?

Mindstormsnxt:
Hello, everybody!

Is there an way to send temperature data (from MSI Afterburner or another program) to the arduino that it can display it?

The Arduino can read data from the serial port. If you can create an application on the PC that gets the data that you want the Arduino to have, you can have that application send data to the serial port that the Arduino is connected to.

How can I do that?

How can I do that?

How can you do what? Create an application on the PC? That depends on what skills you have, what programming languages you know, what operating system you are using, etc. - none of which we know.

Or, do you mean how can you get the data that you want to send to the Arduino? Hell if I know. That's your problem.