PaulStoffregen
Well-known member
If I restart Arduino, there are two teensy_ports processes showing up again.
That's definitely not right. It's supposed to check if already running and only allow 1 instance. But Arduino is only supposed to launch 1 instance.
With Arduino running, could you run "netstat -a -n -f inet" in a terminal? That should show whether both are communicating.