I have a USB to TTL (UART bridge) that is connected permanently to a custom board with an ARM MCU. The UART lines are shared with the JTAG programming lines. The problem is that even without any activity on the UART, the presence of the USB to TTL converter loads the line and sometimes this creates problem with trying to connect with the JTAG programmer.
The most trivial solution would be to disconnect the UART lines from the UART bridge, however that is a bit complicated in the present setup. The other solution is perhaps to pulldown the lines with a large resistors, perhaps 100k? Any other thoughts?