Jacko said:
I've read user manuals for several broadband router-modems but
none of them says whether the reset switch should be pressed when
the unit is powered on or when it's off. The manufacturers may
think this point is too obvious to mention, but it isn't so
obvious to me. Could anyone enlighten me please?
When the unit is ON makes sense.
The "resetting" function is a subroutine in the firmware.
The subroutine clears out the parameter non-volatile area and
loads default values. It's a way of clearing things like that
starting IP address value you forgot, and allows you to reach
the web interface again.
Either the RESET signal is only polled, just as the power
comes on, or it takes the form of an interrupt signal, and
is always recognized. It'll be something along those lines.
Things that "reset when the power is off", involve
RAM devices where the reset button bleeds off the power
on them. I don't think a modem/router has any small
CR2032 batteries inside, so the reset function is not
likely to involve starving some RAM device of power.
And that makes it more likely, a subroutine in the
firmware carries out the reset function, when the
modem/router is powered or first powered on.
Paul