duino
duino copied to clipboard
better Arduino device search regular expression
Previous regular expression matches e.g. /dev/usb, which is undesirable. All Arduinos should show up as /dev/tty(USB|ACM|S)[number] (see Arduino docs; ttyS0 is reportedly for some clones or other non-standard *duinos).