On 09.08.2017 19:46, Martin Patzak (GMX) wrote:
>     SUBSYSTEMS=="usb", ATTRS{manufacturer}=="FTDI",
> ATTRS{product}=="FT232R USB UART", ATTRS{serial}=="A800bXHr",
> GROUP="owsrv", MODE="0664", SYMLINK+="LinkUSB"

For me this works perfectly (a) without the symlink (b) with an
additional DRIVER=="USB" condition.

(a) symlinking doesn't work with USB bus entries.
(b) is required because you don't want to use the TTY. owserver needs to
access the "raw" USB device, i.e. (in my case)
/sys/devices/platform/soc/20980000.usb/usb1/1-1/1-1.3
instead of
/sys/devices/platform/soc/20980000.usb/usb1/1-1/1-1.3/1-1.3\:1.0/tty/ttyACM0

-- 
-- Matthias Urlichs

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to