Python-SimConnect
Python-SimConnect copied to clipboard
Python interface for MSFS2020 SimConnect.dll
Moved to asyncio, including a sync wrapper. So everything should be compatible. Introduced async_get(...) next to get(...). To call async functions, an event loop is necessary. This is provided by...
Not shure if this is the right direction or not thoughts?
Hi all, Has anyone had any success or know of a method to get images out of MSFS over the API? I have been reading through the documentation and can't...
Like the a320 mcdu buttons?
this isnt really a issue more of a question. because of the weird starter on a boeing 737 engin starters. i cant start it via sim connect at all. i...
maby im not seeing this but i cant find this ANYWHERE. it would be nice to have MOUSE_AS_YOKE_TOGGLE a event in the library. i have a little switch to do...
I came across an issue while programming using the library. The command: ``` event_to_trigger = Event(b'TURBINE_IGNITION_SWITCH_SET1', sm) event_to_trigger(2) ``` Works fine and the switch moves accordingly. The variable is K:TURBINE_IGNITION_SWITCH_SET1...
Hi, There seem to be a way to control whether or not airspeed, altitude, heading and vertical speed are controlled by the FCU or managed. See reference here: https://github.com/flybywiresim/a32nx/issues/597#issuecomment-691663831 Is...
The fix for #55, has broken how `flight_to_dic` used to work. It now needs a file to read from, where it used to use a temporary file. I'm unsure how...
I am trying to pull the data from other SimObjects, such as AI aircraft. I can use the simvar watcher sample program, to see that the data can be pulled....