I am trying to get a project going that takes telemetry from the game rFactor (http://www.rfactor.net) and sends it to a realife gauge.
I am really new to this so may have it completely wrong, do I need to program a microcontroller with a different programmer or can I just use the C++ ones.
I was wondering whether it is possible to send code to generate a PWM signal based on a variable given by the rFactor SDK to a microcontroller that then sends that on to the gauge as a PWM signal.
Are there any basic tutorials on the interfacing between C++ and a microcontroller out there?