Seahawk240 / Microsoft-FS2020-To-Arduino

A Simple Program which enables communication between a Serial Device (like an Arduino) and the Flight Simulator 2020
48 stars 7 forks source link

G1000 NXi #51

Open MCetrangelo opened 9 months ago

MCetrangelo commented 9 months ago

Thanks for such a simple program to interface with MSFS - I can get a number of cockpit switches working, however I can't get any of the G1000 buttons to work.

this is a sample of my test code to see what is and is not working:

Serial.print("@466/$"); // Landing light toggle  - Working
 Serial.print("@380/$"); // PROC - not working
 Serial.print("@374/$"); //FPL -  not working
 Serial.print("@347/$"); // MFD Direct to - not working
 Serial.print("@355/$"); // MFD PROC - not working
 Serial.print("@228/$"); // COM 2 Transmit select working