How to bind USB device under a static name?
80
votes
10
answers
201305
views
I have an Arduino which sometimes gets bound to
/dev/ttyUSB0
and other times to /dev/ttyUSB1
, making my script fail.
I do not want to enumerate all the possibilities of where my device could be, but I'd rather have it be bound somewhere static, e.g. /dev/arduino
.
How do I achieve that?
Asked by k0pernikus
(16521 rep)
Mar 5, 2013, 07:38 AM
Last activity: Jun 22, 2024, 07:26 PM
Last activity: Jun 22, 2024, 07:26 PM