04-29-2011 03:57 AM
Hi Everyone,
I am having a problem that I am getting a "Unable to connect to debugger" on the physical device and it requests the ip of my computer.
Does anyone have any ideas?
Thanks,
~Nick.
Solved! Go to Solution.
04-29-2011 06:46 AM
04-29-2011 10:43 AM
04-29-2011 11:06 AM
EraserX, telnet would/should be available by default on OSX (guessing), with "apt-get install telnet" or similar on Linux, and I believe is installed by default on Windows 7 and Vista but may have to be added in the Control Panel on XP.
It lets you establish a fairly basic socket connection to a TCP server, and interact by typing text and seeing the response. There are other ways to do that, but telnet's about the most accessible and simplest in many cases. If you try to connect and it timeouts or says Connect failed, you have basically duplicated what the debugger is facing and know that the issue is with your host machine, probably the firewall.
04-29-2011 11:14 AM
04-29-2011 11:20 AM
04-29-2011 11:31 AM