Hi,
I'm working with TWO LAUNCHXL-F280049C.
When I plug one of them in (on macOS) I get two serial ports in '/dev'
ls /dev/tty.usbmodem*
/dev/tty.usbmodemCL4910351 /dev/tty.usbmodemCL4910354
The ...51 works, ...54 does not.
What is the later one for?
If I plug in the second one I get two more:
ls /dev/tty.usbmodem*
/dev/tty.usbmodem3 /dev/tty.usbmodemCL4910351
/dev/tty.usbmodem4 /dev/tty.usbmodemCL4910354
Again the first one (...3) works, the second one does not (...4)
My problem is that the first device that is plugged in always gets the tty.usbmodemCL4910351/4 name and the second device plugged in gets the tty.usbmodem3/4 name, regardless which physical LAUNCHXL board I plug in.
Is there a way to get consistent naming?
Better yet, specify the names?
What about Windows, can we get consistent port numbering there?