We talked on the phone.
I can see the problem in the verbose info log. It's this line:
Code:
16:19:09.744 (loader): Unable to listen for remote control
But why Teensy Loader can't listen for Arduino to send it commands it quite a mystery.
Could you try opening Applications > Utilities > Terminal, and then in the terminal type "ifconfig lo0". This will print info about the localhost networking configuration on your Mac.
When I try it here, I get this:
Code:
MacBook-Air:~ paul$ ifconfig lo0
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
options=1203<RXCSUM,TXCSUM,TXSTATUS,SW_TIMESTAMP>
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
nd6 options=201<PERFORMNUD,DAD>
I must confess, I'm not a Mac expert. But I would really like to understand why Teensy Loader isn't able to listen for Arduino to control it. If we could get a real understanding, maybe in future versions that rather unhelpful error message could be improved to give useful advice?