EZ-USB is capable of 8Mbits/s (depending of the PC you're using), see
http://www.cypress.com/cfuploads/suppor ... alysis.pdf
But Dragon is not enabling the USB ping-pong buffers by default. So it gets slower speeds. Here's what I got in burst mode using my machine (XP) and the current defaults:
Transmitted 1310700 bytes in 2.58 seconds (0.51MBytes/s, 4.06Mbits/s)
Received 1310700 bytes in 1.78 seconds (0.74MBytes/s, 5.88Mbits/s)
I just enabled them, and voila
Transmitted 1310700 bytes in 1.30 seconds (1.01MBytes/s, 8.05Mbits/s)
Received 1310700 bytes in 1.34 seconds (0.98MBytes/s, 7.82Mbits/s)
So very close to 1Mbytes/s
To make that available, I would have to add an option into FPGAconf. Let me know if you need that.