If I desolder the CH340 from an UNO board (or snip pins 2 & 3) and connect an external PL2303 USB - RS232 converter, will it be recognized and will it work?
I want to run the RS232 signals through a swivel connection - probably a jack socket and thought this may be the best way.
Edit, just realized the DTR pin is used to reset the atmega. Guess the answer is no.
My original idea was to pass the USB connection through a 4 gang jack plug but thought the faster USB speed might be a problem. As a possible solution I was going to try passing the RS232 signals through the same. Unfortunately, as can be seen on the schematic in post 1, the Arduino uses DTR to reset the chip for programming.
Burt,
This is for a school so something that might work isn't acceptable.
The 328p bootloaders NEED a reset. that reset does not need to come from the serial port; a manual reset will work fine, if it's timed correctly. The older bootloaders (atmegaboot) have an approx 10 second window, so they're pretty easy to get working with a manual reset. Optiboot (as on Uno) has a 1s timeout, so it's trickier.