saitek

0.0.2 • Public • Published

Saitek Pro Flight Switch Panel HID Controller (USB)


Saitek PRO Flight Switch Panel (PZ55)

Here's an animated gif of it in action (landing gear up and down):

Landing Gear Up and Down on Cessna 172P Saitek Pro Flight Switch Panel

Since I couldn't find a driver nor support from Saitek/MadCatz for this device, I decided to use node-hid module and httpd to connect the switch panel to Flight Gear simulator.

Feel free to fork and adapt this code (namely app.js, and submit pull requests even.

This craft has been configured namely for a Cessna 172P 1988 Model, but I have added partial support for Cessna Citation X.

I couldn't get the RH generator nor ignition to work with this, I believe it has to do with Nasal configuration of the Cessna Citation X aircraft.

Dependencies

You will need to first download and install NodeJS.

Install

npm install -g saitek

Usage

Open up a new terminal window and start up fgfs with httpd on port 5000:

./fgfs --httpd=5000

Note you can also type ./fgfs --help or ./fgfs --help --verbose for a full set of options (e.g. change aircraft, airport, connect to multiplayer, etc).

Open up a new terminal window (or tab) and start saitek module:

saitek

Enjoy.

Resources

Readme

Keywords

none

Package Sidebar

Install

npm i saitek

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • niftylettuce
  • titanism