Closed marksteward closed 10 years ago
could just use /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AH01LDUR-if00-port0
I've added this udev rule, not really tested:
#
# Hopefully the serial is unique
#
KERNEL=="ttyUSB?", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTRS{serial}=="AH01LDUR", SYMLINK+="relay", MODE:="0600", OWNER:="doorbot"
Seems to work.
And make this part of the set-up instructions