BitsAndDroids/Bits-and-Droids-flight-connector

V0.9.7 - sendG1000Pfd* commands not working

Closed this issue · 1 comments

Hello, I am trying to control the nav screen on a cessna 172. For eg, sendG1000PfdSoftkey5

  • I programmed a button to do connector.send(sendG1000PfdSoftkey5); and in serial monitor when I press the button 770 is printed.
  • From the downloaded BitsAndDroidsConnector.zip I copied folder BitsAndDroidsModule and pasted under D:\MSFlightSim\Community (I had went to Flight Sim and enabled dev tools and verified what are my watched folders under virtual file system menu)
  • Launched Bitsanddroidsgui.exe and started the correct com port under input.
  • Launched Flight Sim and loaded cessna 172, which I believe has G1000 PFD.
  • When pressing the programmed button softbutton 5 of PFD is not working.

Any thoughts?

Could you try the same thing with the latest version of the connector? I've added an installer directly into the connector (if you have the community folder in a custom place, you can alter the path in the settings menu). The WASM had quite the overhaul, so perhaps this already covers your problem. (plus, close the serial monitor when testing, just to make sure).