Notes /
MacOSMissingTTYPortWhen connecting a Hail or Edison then the devices are plugged in to the USB port for programming. If the device is connected, then you should see: bash-3.2$ ls -ltr /dev/tty* | tail crw-rw-rw- 1 root wheel 4, 4 Feb 23 10:44 /dev/ttyp4 crw-rw-rw- 1 root wheel 4, 3 Feb 23 10:44 /dev/ttyp3 crw-rw-rw- 1 root wheel 4, 2 Feb 23 10:44 /dev/ttyp2 crw-rw-rw- 1 root wheel 4, 1 Feb 23 10:44 /dev/ttyp1 crw-rw-rw- 1 root wheel 4, 0 Feb 23 10:44 /dev/ttyp0 crw-rw-rw- 1 root wheel 20, 0 Feb 23 10:44 /dev/tty.Bluetooth-Incoming-Port crw-rw-rw- 1 root wheel 20, 2 Feb 23 10:44 /dev/tty.usbserial-ANZ1R15T crw--w---- 1 cxh tty 16, FTI 1 Feb 23 10:45 /dev/ttys001 crw-rw-rw- 1 root wheel 2, 0 Feb 23 10:45 /dev/tty crw--w---- 1 cxh tty 16, 0 Feb 23 10:45 /dev/ttys000 bash-3.2$ If Apparently, recent versions of the com.FTDI driver seem to slowly kill the serial port. One solution is to remove that driver:
bash-3.2$ kextstat | grep FTDI
See also storm |