On Sunday, July 7, 2024 at 6:38:23 AM UTC-4 [email protected] wrote: They look identical to me so Im wondering if this will work and if they will work what do you put in # FTDI usb-serial converter for device A ACTION=="add", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTRS{serial}=="XXXXXXXX", SYMLINK+="deviceA" # FTDI usb-serial converter for device B ACTION=="add", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTRS{serial}=="YYYYYYYY", SYMLINK+="devic
these rules will work only if there is a serial attribute available for each device. check the rest of the udevadm output for a 'serial' attribute. note that not every usb-to-serial adapter has a serial number. most authentic FTDI devices do, but there are *many* fakes out there that present as FTDI but that do not have serial numbers. m -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/bca5df89-1a28-4c6e-8d4f-459d24f05e18n%40googlegroups.com.
