- Sun Sep 27, 2015 5:49 pm
#30021
You're correct there is potential for a short here, depending on the type of serial adapter.
I've seen RTS on many adapters is a push/pull output, meaning it can drive high to 3.3V or low to 0V. On other adapters its an open drain output, which means it only drives low and the "off" state is floating (no connection) and relies on a pull up resistor.
With a push/pull output, you're correct that when the RTS output is driving high the reset button will short RTS to ground and may damage the RTS pin. You can prevent this by inserting a 470 ohm (or similar lowish value) series resistor to limit the current from the RTS pin.
(Note that if RTS is push/pull and always connected then you also don't need the 10K pullup on the reset line either, because RTS will drive the line high by itself. Keeping this pullup resistor and adding the series resistor means the circuit will work well with both kinds of RTS output, though.)