Re: MtxOrb device

jrnosee <[email protected]> Mon, 27 Jan 2014 12:29:37 -0600
Newsgroups gmane.comp.sysutils.lcdproc
Message-ID <CAB-HM1KTVHHUG+LHneOFB_V-CAwVGX5B5=RRKhm3nQb_EsO+4A@mail.gmail.com>
--===============0824775424211973122==
Content-Type: multipart/alternative; boundary=047d7bdc9ebce6e59304f0f7e367

--047d7bdc9ebce6e59304f0f7e367
Content-Type: text/plain; charset=ISO-8859-1

Basically exactly from examples above, just modified slightly to fit my
attributes and needs.
Make sure you chmod +x any files!  Also, I used .rules instead of .conf
since I had .rules files already in that folder.  I'm not sure if that
makes any difference.

/etc/udev/rules.d/CF633.rules:
# FTDI device attached to CrystalFontz 633 LCD display
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="fc0b",
ATTRS{serial}=="CF000971", SYMLINK+="CF633", RUN+="/bin/stty -F /dev/%k
clocal -crtscts -ixon -ixoff hupcl"

/etc/udev/rules.d/PL2302.rules:
# Prolific USB-to-serial adapter
# Typically driving the X10 interface.
# Unfortunately most Prolific devices have no serial number and are not
# individually identifiable.
SUBSYSTEM=="tty", ATTRS{idVendor}=="067b", ATTRS{idProduct}=="2303",
SYMLINK+="PL2303", RUN+="/bin/stty -F /dev/%k clocal -crtscts -ixon -ixoff
hupcl"

--047d7bdc9ebce6e59304f0f7e367
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>Basically exactly from examples above, just modified =
slightly to fit my attributes and needs.</div><div>Make sure you chmod +x a=
ny files! =A0Also, I used .rules instead of .conf since I had .rules files =
already in that folder. =A0I&#39;m not sure if that makes any difference.</=
div>
<div><br></div>/etc/udev/rules.d/CF633.rules:<div><div># FTDI device attach=
ed to CrystalFontz 633 LCD display</div><div>SUBSYSTEM=3D=3D&quot;tty&quot;=
, ATTRS{idVendor}=3D=3D&quot;0403&quot;, ATTRS{idProduct}=3D=3D&quot;fc0b&q=
uot;, ATTRS{serial}=3D=3D&quot;CF000971&quot;, SYMLINK+=3D&quot;CF633&quot;=
, RUN+=3D&quot;/bin/stty -F /dev/%k clocal -crtscts -ixon -ixoff hupcl&quot=
;</div>
</div><div><br></div><div><div>/etc/udev/rules.d/PL2302.rules:</div><div># =
Prolific USB-to-serial adapter</div><div># Typically driving the X10 interf=
ace.</div><div># Unfortunately most Prolific devices have no serial number =
and are not</div>
<div># individually identifiable.</div><div>SUBSYSTEM=3D=3D&quot;tty&quot;,=
 ATTRS{idVendor}=3D=3D&quot;067b&quot;, ATTRS{idProduct}=3D=3D&quot;2303&qu=
ot;, SYMLINK+=3D&quot;PL2303&quot;, RUN+=3D&quot;/bin/stty -F /dev/%k cloca=
l -crtscts -ixon -ixoff hupcl&quot;</div>
</div></div>

--047d7bdc9ebce6e59304f0f7e367--

--===============0824775424211973122==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
LCDproc mailing list
[email protected]
http://lists.omnipotent.net/mailman/listinfo/lcdproc

--===============0824775424211973122==--