simconnect icon indicating copy to clipboard operation
simconnect copied to clipboard

Golang SimConnect for FS2020 ✈️

Results 5 simconnect issues
Sort by recently updated
recently updated
newest added

I use your sample code in my program. When my first flight is over,the get var stoped.But when i back to the home page and start a new flight,the program...

Is someone is able to help me? ``` func main() { sc, err := simconnect.NewEasySimConnect() if err != nil { panic(err) } go connectToSimVars(sc) time.Sleep(3 * time.Second) event := sc.NewSimEvent(simconnect.KeyAutopilotOff)...

I have problem with all g1000 events. None of them work for me. I have no problems with other events like AUTOPILOT_ON, COM_RADIO_FRACT_INC etc. But all events for G1000 like...

Is it project is abandoned?

Hello, I took the example file, but I tried to connect two interfaces to the SimVar. simConnection.ConnectInterfaceToSimVar is always giving me an error.