I upgraded to a new pc using Windows 7. Eclipse can't connect to the ADB. Ever. Task Manager shows the ADB port number to be anywhere from 3180 to 5452, never in the range 5555 to 5585 it should be at. Going to the command prompt entering "kill-server" then "start-server" to reset last showed "daemon not running. starting it now on port 5037 * daemon started successfully" but the next command "adb devices" shows nothing attached. The port number changes and DDMS shows the ADB was forcefully closed so there's a connection somewhere.
I tried updating drivers and forcing the port number connection using 'adb port xxxx' but obviously it hasn't worked or I wouldn't be posting here. With my last pc using WinXP I was able to force the port number if needed to make it work but that isn't happening here.
Any suggestions?