I would like to hijack the Serial port in run mode vs debug mode. When in debug mode, I would like to conect a switch that would default to normal mode out of the box where the FTDI is connected to the UART port. However, if I switch a conenctor I would like to disable the "Serial" portion of the FTDI chip but still have it generating the 3.3 volts and allow the UART to use OpenLog device when connected to pins 1 & 2. I would not have the USB connected in "Run" mode. Is their anyway easy way of doing this? I do not what to use SoftSerial as I already have lots on interrupts going and some compute intensive code and I need to use HW where I can. I have a Duemilanove Board.
Ken