In Linux, Is there a way to remember/change a path to a USB device?
In my case, I need linux to remember that my USB serial adapter will stay on /dev/ttyUSB0, but when I unplug it and plug it back in, it switches to /dev/ttyUSB1.
I'm using a debian-based distro(mint), if that helps. Thanks!