for a project I'm trying to build a completely isolated serial to usb interface using the FT232. Since the Duemillanove used to use this chip, I looked into it's schematic to figure out what connections I'll need. I thought that I would only need the RX and TX pins on the AtMega328 to connect to the FT232, but the Duemillanove also connects to other pins of the FT232. Are these only required to be able to program and reset the µC(I don't need that for this circuit) or do I also need more than RX/TX?
What happens if I let's say just send out some sensed data over Serial without checking if the USB is connected and at some point connect the USB and open a Serial monitor. Would I need to manually reset the AtMega or will the PC be able to pick up data from the moment on, when it was connected without having to reset the AtMega?