Mac OS X gamepad emulator for serial RC transmitters
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Thomas Buck a39f708d06 Reset GUI on disconnect, mention serial driver in Readme 8 лет назад
Resources Can create installer package including foohid package 8 лет назад
SerialGamepad Reset GUI on disconnect, mention serial driver in Readme 8 лет назад
SerialGamepad.xcodeproj Reset GUI on disconnect, mention serial driver in Readme 8 лет назад
src Fixed command line app checksum bug (ignored CR in binary input!) 8 лет назад
.gitignore Initial commit of GUI app 8 лет назад
Makefile Removed duplicated icon files 8 лет назад
README.md Reset GUI on disconnect, mention serial driver in Readme 8 лет назад

README.md

Mac OS X Gamepad Driver for Flysky compatible transmitters

This project emulates a virtual Gamepad using input data from a serial port. This can be used to enable Flysky CT6A / CT6B compatible transmitters (Turbobrix, Exceed, Modelcraft) in games or simulators.

Depending on the USB-Serial converter stick included with your Transmitter, you may need to install the SiLabs CP210x driver.

You need to install the virtual userspace IOKit HID driver foohid.

Download the latest release including foohid here on GitHub.

SerialGamepad GUI App

This app can connect to a compatible transmitter over a serial port and then provide a virtual gamepad using fooHID.

Screenshot

foohid command-line app

This small utility does the same thing as the SerialGamepad.app without a graphical user interface.

protocol command-line app

This small utility only reads the channel values from a serial port and pretty-prints them to a POSIX compatible terminal.

Other Resources

Licensing

----------------------------------------------------------------------------
"THE BEER-WARE LICENSE" (Revision 42):
<xythobuz@xythobuz.de> wrote this file.  As long as you retain this notice
you can do whatever you want with this stuff. If we meet some day, and you
think this stuff is worth it, you can buy me a beer in return.   Thomas Buck
----------------------------------------------------------------------------