Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > eb6f01499a5d4428f90019094419e1c5 > files > 761

liblirc-devel-0.10.1-7.mga7.armv7hl.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>LIRC - Linux Infrared Remote Control</TITLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="lirc.css">
<LINK REL="shortcut icon" HREF="../images/favicon.ico">
<META NAME="description" CONTENT="LIRC - Linux Infrared Remote Control">
<META NAME="keywords" CONTENT="linux remote control, multimedia">
<META charset="UTF-8">
</HEAD>
<body>
<TABLE CLASS="menu"><TR>
<TD CLASS="menu"><IMG class="menuimg" SRC="../images/diode.gif" ALT="LIRC icon" ALIGN="LEFT"></TD>
<TD><IMG class="menuimg" SRC="../images/lirc.gif" ALT="LIRC logo" ALIGN="RIGHT"></TD>
</TR></TABLE>
<center><h1>File driver.</h1></center>
<p>

 </p>
<p>
  The file driver is a test tool. It can log recieved data to a disk file,
  and optionally also send data from another file.  </p>
<p>

 </p>
<p>
  The device argument is a file where the logged data will be saved. The
  saved data is printable, line like
</p>
<pre>
       space 50000
       pulse 850
       space 400
</pre>
<p>
  i. e., like presented by mode2(1).
</p>
<p>
  The driver supports the <code>set-infile</code> driver option, which can be
  set using lircd <i>-A/--driver-option</i> option. The infile is in the same
  format as the logged data.</p>
<p>
</p>
<p>
  The driver also supports the <code>send-space</code> option. This is used to
  send spaces longer than what can be represented with normal data, typical
  a gap. </p>
<p>
</p>
<p>Upon a request to send a LIRC_EOF pulse the driver will terminate the
running process using SIGUSR1.</p>
<p>
</p>
<p class="footer">
        [<A HREF="http://www.lirc.org/">LIRC homepage</A>]
      </p>
</body>
</html>