Mac OS X gamepad emulator for serial RC transmitters
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Thomas Buck 6c1ae8b8c7 Fix warning when closing while connected 8 年前
Resources Can create installer package including foohid package 8 年前
SerialGamepad Fix warning when closing while connected 8 年前
SerialGamepad.xcodeproj Fix warning when closing while connected 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 Only use one button in GUI 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 also need to install the virtual userspace IOKit HID driver foohid.

Download the latest release (already including foohid) here on GitHub.

This software has been tested on OS 10.10 (Yosemite) and 10.11 (El Capitan).

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.

For Developers

You don’t need to use the included Makefile if you want to change something in the GUI App. Just directly open the XCode project file.

However, the makefile allows you not only to build the GUI app, but also a distributable Installer including the foohid dependency. For this, just run make distribute. The finished installer will be placed in bin/SerialGamepad.pkg.

To build the command-line apps and the GUI apps, just run make all. You can also install all of them using sudo make install. The cli-binaries will go to /usr/local/bin, the App to /Applications.

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
----------------------------------------------------------------------------