Just to get you in the mood:

From the docs : FT232 /FT245 BIT BANG MODE
The commands of interest are :
1) FT_SetBaudRate(ftHandle : Dword ; BaudRate : Dword) : FT_Result;
This controls the rate of transferring bytes that have been written to the device onto the pins. It also sets the sampling of the pins
and transferring the result back to the Read path of the chip. The maximum baud rate is 3 MegaBaud. The clock for the Bit Bang
mode is actually 16 times the baudrate. A value of 9600 baud would transfer the data at (9600 x 16) = 153600 bytes per second or
1 every 6.5 uS.