Sophie

Sophie

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

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>
<a name="overview"></a><hr>
<center><h1>srm7500atilibusb</h1></center>

<h3> General </h3>

Philips SRM-7500 RF configuration for use with the srm7500libusb driver
<p>

The remote and the dongle communicate with each other over ieee 802.15.4
a few extra network parameters are needed (via lircd's --device option).
</p>
<pre>
lircd --driver=srm7500libusb lircd.conf.srm7500libusb \
      --device=macShortAddress=12:34,remoteShortAddress=56:78,macPANId=9a:bc
</pre>
<h3>Mandatory parameters</h3>
<dt> macShortAddress<dt>
    </dt>
</dt>
<dd>802.15.4 short address (2 byte hex)
        to be assigned to the receiver</dd>
<dt>remoteShortAddress</dt>
    <dd> 802.15.4 short address (2 byte hex)
         to be assigned to the remote </dd>
<dt>macPANId</dt>
    <dd>802.15.4 numeric network id (2 byte hex)</dd>

<h3>Optional parameters </h3>
<dt>remoteExtendedAddress</dt>
    <dd>802.15.4 extended address (8 byte hex)
        of the remote. when given, ignores all other
        802.15.4 rf communication. lircd writes your
        remotes address to the logs when pairing.</dd>
<dt>macBeaconPayload</dt>
     <dd>  802.15.4 network name  (ASCII string)
           defaults to PHILIPS+your hostname. Remote will not
           pair unless it starts with PHILIPS.</dd>
<dt>LogicalChannel</dt>
     <dd>802.15.4 channel number (1 byte hex) defaults to 19 other channels
         than 19 do not work on my remote </dd>
<dt>usb</dt>i
      <dd>USB bus and device number (2 integer decimal)
          bind to a specific USB device, e.g. 003:002</dd>

<h3>Things that work using this driver.</h3>
<ul>
  <li>pairing</li>
  <li>reception of all keypresses except for the 'music' button</li>
</ul>
<h3>Things that do not work yet</h3>
<ul>
  <li>signal strength monitoring (via 'rf settings' in the remotes setup menu) </li>
  <li>displaying infos on the remote's display. </li>
</ul>
<p class="footer">
        [<A HREF="http://www.lirc.org/">LIRC homepage</A>]
      </p>
</body>
</html>