Persistent USB Device Names on Linux
It’s common when you unplug and plugin a usb device on linux for the device name to change. i.e. from /dev/ttyUSB1 to /dev/USB2. This poses a problem when you want to programmatically access these devices. You can however use udev rules to ensure the device always has a familiar name as a link to the […]