I replaced my i2c wiring with a shielded cable, in the midst of that i created a dead short of 5 volts and ground.
I was powering up via the usb plugged into a usb cigarette lighter adapter in the car.
I knew immediately it was afowl as it didnt fire some relays in a certain order on bootup, was plugged in about a minute.
I immediately suspected and found a dead short and removed it.
I plugged the uno into my laptop and it saw it and let me load a sketch.
In that sketch I added Serial,println("L") in loop
I then opened serial monitor and nothing.
The unit is not firing some relays on setup that i fire just to know its booting (they turn some fans on high).
It has 4.75 volts on the 5 volts, i can load a sketch, but it appears to not actually be executing code at all as proven by not firing the relays in a certain order and not providing any serial output via loop.
I saw it has a poly fuse but i am going to assume that if that had been activated i would not have been able to load a sketch ?
Thanks