I'm wondering why my arduino uno gets assigned as a different serial port from time to time.
When I plug it into the same OSX machine, sometimes it is assigned as.
/dev/tty.usbmodem1d21
and sometimes
/dev/tty.usbmodem1d11
This is a real pain for me as I'm communicating to it through the serial port and when that changes to /dev/tty.usbmodem1d21 my code stops working unless I modify it.
Any ideas?
Cheers.
Phil