Mini Pro Connection trouble. Probably really easy to solve. SOLVED!

Hey all. Just bought an Arduino Mini Pro and a USB to RS232 TTL PL2303HX Auto Converter Module (image attached). As far as my pre-buy research goes, the converter module should allow me to connect to the Mini Pro. Just cant seem to get it right. Everything I've found so far indicates that the following wire configuration is the way to go:

GND -> GND
5V -> VCC
RX -> TX
TX -> RX

PL2303-driver installed properly and USB-connection shows up fine when the module is plugged in. Tried with most of the boards in the IDE. Just can't connect in any way.

Any toughts?

USB to RS232 TTL PL2303HX

RS232 is +-
Arduino Mini Pro is 5 volt 0 volt.
These are not compatible signal levels.
You will have to convert the RS232 to digital logic levels.

Or you can look at using this ( TTL - RS232 ) :

Nice. No wonder it didn't work. I'll get the cable.

Looking at your image a 2nd time, you do have the proper board (TTL), however, it does not have a RTS pin for the reset.
You will have to manually press reset when you upload your sketch.

Hold down the Reset button until you see the "Binary sketch size:" message on upload then let go.
This is a pain so I use the: FTDI Serial TTL-232 USB Cable : ID 70 : $19.95 : Adafruit Industries, Unique & fun DIY electronics and kits

So, are you able to use this converter now? I own a similar one, and only succeeded at programming once or twice, not to mention several bluescreens caused by the driver. Fortunately I have two different ones based on Silicon Labs chips which work well.

No, I just figured I had the wrong module. I've ordered the cable from Adafruit. I've seen videos and stuff with other people pulling some sort of timed move when they upload their sketch. You have to hit reset in just the right moment. I don't wanna go into that.

I see. I need to push reset using the Silicon Labs CP210x module and I'm fine with it - it works reliably, but pushing reset on the Prolific module doesn't seem to help at all. So it seems it's better to steer away of these modules (although they work OK in loopback and for other serial communication, which is strange).

Got the cable from Adafruit. Works like a charm.