Browse Source

Extended Readme

Thomas Buck 8 years ago
parent
commit
637c1447ff
1 changed files with 14 additions and 0 deletions
  1. 14
    0
      README.md

+ 14
- 0
README.md View File

@@ -6,6 +6,20 @@ This project emulates a virtual Gamepad using input data from a serial port. Thi
6 6
 
7 7
 [GitHub page](https://github.com/unbit/foohid), [Binary releases](https://github.com/unbit/foohid/releases).
8 8
 
9
+## SerialGamepad GUI App
10
+
11
+This app can connect to a compatible transmitter over a serial port and then provide a virtual gamepad using fooHID.
12
+
13
+![Screenshot](https://i.imgur.com/x0hnWq5.png)
14
+
15
+## foohid command-line app
16
+
17
+This small utility does the same thing as the SerialGamepad.app without a graphical user interface.
18
+
19
+## protocol command-line app
20
+
21
+This small utility only reads the channel values from a serial port and pretty-prints them to a POSIX compatible terminal.
22
+
9 23
 ## Other Resources
10 24
 
11 25
  * [Serial protocol analysis](http://www.rcgroups.com/forums/showpost.php?p=11384029&postcount=79)

Loading…
Cancel
Save