]> arthur.barton.de Git - ppin.git/blob - README
Added udev setup notes to INSTALL text
[ppin.git] / README
1 Parallel Port Pin driver for Linux 2.6: ppin
2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
4 This kernel module will register the /dev/ppin (10, 151) device which
5 controls up to eight pins through the first parallel port.
6
7 Please note that documentation is mostly lacking at the moment.
8 Use the source, luke!
9
10 Controlling the pins is as easy as echo num state >/dev/ppin, where num
11 is 0 to 7 and state is one of "on" or "off".
12 For example "echo 3 on >/dev/ppin" switches the 3rd pin on.
13
14 You can read the status of the pins with "cat /dev/ppin".
15
16 License
17 ~~~~~~~
18
19 This program is free software; you can redistribute it and/or modify it
20 under the terms of the GNU General Public License as published by the
21 Free Software Foundation; either version 2 of the License, or (at your
22 option) any later version.
23
24 Authors
25 ~~~~~~~
26
27 Alexander Barton, alex@barton.de (for Linux 2.6, 2009)
28
29 This work is heavily(!) based on the devled driver written by Konstantinos
30 Natsakis, cyfex@mail.com, for Linux 2.2/2.4.
31
32 Source Code
33 ~~~~~~~~~~~
34
35 At the moment, there are no distribution archives available, the complete
36 source code is stored in a GIT repository. You can access the repository
37 using the web frontend or use the following command to clone it:
38 "git clone git://arthur.barton.de/ppin.git"