Bladeren bron

Extended Readme

Thomas Buck 8 jaren geleden
bovenliggende
commit
637c1447ff
1 gewijzigde bestanden met toevoegingen van 14 en 0 verwijderingen
  1. 14
    0
      README.md

+ 14
- 0
README.md Bestand weergeven

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

Laden…
Annuleren
Opslaan