In datasheet at FT2232H chip:
The FT2232H has the following advanced functions:
...
Single channel synchronous FIFO mode for transfers upto 40 Mbytes/Sec.
...
I configure device with the recommended settings, according to FTDI application note AN_130 and other.
When in the program I call FT_SetBaudRate() function, maximum value of baud rate is 8_000_000, which provides the max speed 8 Mbytes/sec (parallel interface). Attempts to set the upper baud rate are throw error FT_INVALID_BAUD_RATE.
So, how can be reached the maximum promised speed?