Copyright messages
[jelmer/at89prog.git] / at89progrc.5
1 .TH AT89PROGRC 1 "1 February 2004"
2 .SH NAME
3 at89progrc \- configuration file for the at89prog programmer
4 .SH SYNTAX
5 All lines consistent of a key and value pair. Comments and empty lines are 
6 not allowed.
7
8 .SH KEYS
9 The following keys are available:
10
11 .TP
12 \fItype\fP
13 Type of port. Available values: serial, serial-raw, parallel
14
15 .TP
16 \fIport\fP
17 Base address of port in case of serial-raw and parallel (such as 2f8, 378, etc). Path for serial (/dev/ttyS0, /dev/ttyUSB0).
18
19 .TP
20 \fIMOSI\fP
21 Specify on what pin the Master Out, Slave In line is connected. See \fBPINS\fP below for possible values.
22
23 .TP
24 \fIMISO\fP
25 Specify on what pin the Master In, Slave Out line is connected. See \fBPINS\fP below for possible values.
26
27 .TP
28 \fIRST\fP
29 Specify on what pin the Reset line is connected. See \fBPINS\fP below for possible values.
30
31 .TP
32 \fICHK\fP
33 Specify on what pin the Check line is connected. See \fBPINS\fP below for possible values.
34
35 .TP
36 \fISCK\fP
37 Specify on what pin the Clock line is connected. See \fBPINS\fP below for possible values.
38
39
40 .SS PINS
41
42 .TP
43 All currently available pins for serial and serial-raw are listed below. To reverse a pin, put a ! (exclamation mark) before it's name.
44
45 .TP
46 .BR
47 RTS
48 .BR
49 TXD
50 .BR
51 CTS
52 .BR
53 DSR
54 .BR
55 DTR
56
57 .SH SEE ALSO
58 \fB
59 at89prog(1)
60 \fP
61
62 .SH AUTHOR
63 \fBat89prog\fP and this man page were written by Jelmer Vernooij.