8000 GitHub - schenlap/winwing_fcu: A X-Plane plugin for winwing fcu
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

schenlap/winwing_fcu

Repository files navigation

Winwing Fcu

This script is to use Winwing A320 FCU on Linux (maybe Mac-OS) with X-Plane. All buttons, leds and lcd displays work the same way as in X-Plane.
Tested with:

  • XP12 under linux (debian trixie)
  • XP11 under linux (debian bookworm)
  • XP12 under MacOs (Sequoia 15.0.1)
  • Toliss A319, A320Neo, A321Neo, A339, A340-600

Supported Hardware:

  • Winwing FCU: fully supported
  • Winwing EFIS-R: fully supported
  • Winwing EFIS-L: fully supported

Installation

Debian based system

  1. clone the repo where you want
  2. copy udev/71-winwing.rules to /etc/udev/rules.d
    sudo cp udev/71-winwing.rules /etc/udev/rules.d/
  3. install dependencies (on debian based systems)
    sudo aptitide install python3-hid libhidapi-hidraw0
  4. start script (with udev rule no sudo needed): python3 ./winwing_mcdu.py.

MAC-OS

  1. clone the repo where you want
  2. change into the directory cd winwing_mcdu
  3. install homebrew
  4. install dependencies python3 -m pip install hid
  5. brew install hidapi
  6. let hid find hidapi: ln -s /opt/homebrew/lib/libhidapi.dylib .or ln -s /usr/local/Cellar/hidapi/0.15.0/lib/libhidapi.dylib .wherever your libhidapi is installed
  7. start script with: python3 ./winwing_fcu.py.

Use FCU

  1. start X-Plane
  2. load Toliss A319
  3. start script as written above
  4. enjoy flying (and report bugs :-) )

fcu demo image

Change brightness with the two brightness knobs in the cockpit. fcu demo image

developer documentation

See documention for developers

Notes

Use at your own risk. Updates to the FCU can make the script incompatible. TODO: The data sent in the USB protocol by SimApp Pro has not yet been fully implemented, only to the extent that it currently works.

Next steps

  • remove libusb dependency

Contact

memo_5_@gmx.at (without the two underscores!) or as pm in https://forums.x-plane.org, user memo5.

Sponsoring

To sponsor the next project (maybe MCDU from winwing when it is available and seems doable) you can buy_me_a_coffee http://buymeacoffee.com/schenlap

About

A X-Plane plugin for winwing fcu

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages

0