Added lirc.
[irreco.git] / lirc-0.8.4a / doc / html / irrecord.html
bloba9a5410b2f4b7f7561b01c12c5b835374981ac33
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3 <HTML>
4 <HEAD>
5 <TITLE>LIRC - Linux Infrared Remote Control</TITLE>
6 <LINK REL=stylesheet TYPE="text/css" HREF="../lirc.css">
7 <LINK REL="shortcut icon" HREF="../favicon.ico">
8 <META NAME="description" CONTENT="LIRC - Linux Infra-red Remote Control">
9 <META NAME="keywords" CONTENT="linux, kernel module, remote control, animax, multimedia">
10 </HEAD>
12 <BODY BACKGROUND="../images/marb18.jpg"
13 BGCOLOR="#FFFFFF" TEXT="#000000" ALINK="#8080FF">
14 <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
15 <TR>
16 <TD CLASS="menu" WIDTH="100%" HEIGHT="150">
17 <IMG SRC="../images/diode.gif" ALT=""
18 WIDTH="300" HEIGHT="150" BORDER="0" HSPACE="20"
19 VSPACE="0" ALIGN="LEFT">
20 <IMG SRC="../images/lirc.gif" ALT=""
21 WIDTH="300" HEIGHT="150" BORDER="0" HSPACE="20"
22 VSPACE="0" ALIGN="RIGHT">
23 </TD>
24 </TR>
25 <TR>
26 <TD WIDTH="100%">&#160;<BR>
27 <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
28 <TR>
29 <TD WIDTH="15%">&#160;<BR></TD>
30 <TD WIDTH="70%" ALIGN="LEFT" VALIGN="TOP">&#160;<BR>
32 <!-- Text ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
34 <H1>IRRECORD</H1>
35 <HR>
37 <A NAME="lbAB">&nbsp;</A>
38 <H2>NAME</H2>
40 irrecord - application for recording IR-codes for usage with LIRC
41 <A NAME="lbAC">&nbsp;</A>
42 <H2>SYNOPSIS</H2>
44 <B>irrecord</B>
46 [<I>options</I>] <I>file</I>
47 <A NAME="lbAD">&nbsp;</A>
48 <H2>DESCRIPTION</H2>
50 This program will record the signals from your remote control and create
51 a config file for lircd. A proper config file for lircd is maybe the
52 most vital part of this package, so you should invest some time to
53 create a working config file. Although I put a good deal of effort in
54 this program it is often not possible to automatically recognize all
55 features of a remote control.
56 <P>
57 If the program fails to recognize the protocol of the remote control you
58 should use the --force option to at least create a config file in raw mode.
59 <P>
60 If <I>file</I> already exists and contains a valid config irrecord will use the
61 protocol description found there and will only try to record the
62 buttons. This is very useful if you want to learn a remote where config
63 files of the same brand are already available. Of course this will only
64 work if the remotes use the same protocol but it's worth a try. You will
65 find template files for the most common protocols in the
66 remotes/generic/ directory of this package. The name of the new file is
67 created by appending .conf to the given filename in this case.
68 <DL COMPACT>
69 <DT><B>-h</B> <B>--help</B><DD>
70 display this message
71 <DT><B>-v</B> <B>--version</B><DD>
72 display version
73 <DT><B>-a</B> <B>--analyse</B><DD>
74 analyse raw_codes config files
75 <DT><B>-f</B> <B>--force</B><DD>
76 force raw mode
77 <DT><B>-H</B> <B>--driver</B>=<I>driver</I><DD>
78 use given driver
79 <DT><B>-d</B> <B>--device</B>=<I>device</I><DD>
80 read from given device
81 </DL>
82 <A NAME="lbAE">&nbsp;</A>
84 <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
86 <BR><BR>
87 <CENTER>[<A HREF="http://www.lirc.org/">LIRC homepage</A>]<BR>
88 <I>The LIRC Manual, last update: 12-Oct-2008</I></CENTER>
89 <BR><BR>
90 </TD>
91 <TD WIDTH="15%">&#160;<BR></TD>
92 </TR>
93 </TABLE>
94 </TD>
95 </TR>
96 <TR>
97 <TD CLASS="menu" WIDTH="100%">&#160;<BR>
98 </TD>
99 </TR>
100 </TABLE>
101 </BODY>
102 </HTML>