Skip to content
Koseng edited this page Mar 18, 2025 · 19 revisions

Note

Remarks WinWing CDUs for current BETA 10.5.2.4

  • Do not run SimAppPro in parallel, and after using SimAppPro reconnect device to USB port.
  • Be aware, only default font is supported.

Python is the external MobiFlight scripting language, e.g. needed to connect custom aircraft APIs to the WinWing CDUs.

Required Python environment (all three are checked by MobiFlight):

  • Minimum installed Python version: v3.10
  • Python path is set in the windows PATH system variable.
  • Installed Python packages: websockets, gql, SimConnect

Installation instructions

1. Download and install Python. Do not forget to set checkmark for adding python.exe to PATH.

python_installer

2. Install the following Python packages via command line. C:\>

pip install websockets gql simconnect

For websockets at least v14.0 is required. A package can be updated with:

pip install websockets --upgrade

To list the installed packages and versions:

pip freeze

Installation

User Interface

Examples and tutorials

MSFS2020

X-Plane

Workshops

Community Boards & Devices

Additional Information

Firmware

Clone this wiki locally