views:

501

answers:

3

I'm looking at building some hardware components to interface with Microsoft Flight Simulator which (hopefully) will display things that are currently taking up screen real estate (altimeter, airspeed indicator, radios, etc.)

Is there a way to read the values they have while FlightSim is running so that I can synchronize the external, hardware components with what they should be on screen? Preferably relatively quickly so there isn't much lag.

+3  A: 

This link may provide some insight into the MS Flight Simulator API (SimConnect ): http://msdn.microsoft.com/en-us/library/cc526983.aspx

Specifically, here is an article on Monitoring AI Objects: http://msdn.microsoft.com/en-us/library/cc974114.aspx

Peter Richards
+1  A: 

Look at the MS SimConnect API:

http://www.fs-seine-75.com/SDK/Core%20Utilities%20Kit/SimConnect%20SDK/SimConnect.htm

Visage
+1  A: 
epatel