Profile image

I need your help!!!

141 VALERAAVIATOR  5.0 years ago

Hello. I have a very cool idea of building a fully sized simulator of my plane aeroprakt A22LS based on SimplePlanes. I need to output data of speed, fuel, throttle, attitude etc. to my arduino (Using COM port). So, any ideas???

  • Log in to leave a comment
  • Profile image
    Dev WNP78

    If you are capable of modding, that shouldn't be too hard. The mod support is in C#, you can read about it here. The values you want could be obtained from the ServiceProvider interface:

    ServiceProvider.Instance.GameInputs.Throttle
    ServiceProvider.Instance.PlayerAircraft.Fuel
    ServiceProvider.Instance.PlayerAircraft.Airspeed
    ServiceProvider.Instance.PlayerAircraft.MainCockpitRotation
    

    etc

    +1 5.0 years ago
  • Profile image

    Do i need to give my credit card number?

    +1 5.0 years ago