Re: MtxOrb device

Josu Lazkano <[email protected]> Mon, 27 Jan 2014 21:33:39 +0100
Newsgroups gmane.comp.sysutils.lcdproc
Message-ID <CAL9G6WXuBRUjVgnXFreeDf55p6-_TzFH8jbW1g97kaPXZEootA@mail.gmail.com>
2014-01-27 jrnosee <[email protected]>:
> 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"
>
> _______________________________________________
> LCDproc mailing list
> [email protected]
> http://lists.omnipotent.net/mailman/listinfo/lcdproc
>

Thanks!

It works!

I create /etc/udev/rules.d/MtxOrb.rules file:

SUBSYSTEM=="tty", ATTRS{idVendor}=="1b3d", ATTRS{idProduct}=="0127",
ATTRS{serial}=="XXXXXXXX", SYMLINK+="MtxOrb"

Thanks!

-- 
Josu Lazkano