>> I'm using a LPC2148 device with built-in USB (Full Speed) device
>> controller.
>> I can sucessfully make Bulk transfers at every 1ms, but cannot do it
>> faster.
>
>Why not?
I belive that the bottleneck is in the host driver. I'm usin
LIBUSB-WIN32
and I saw with a osciloscope that each communication at USB is don
exactly at every 1ms.
>
>> Since my endpoint is limitted to 64 bytes, I can't reach transfe
rates
>> above 64Kbytes/s, even using a full speed device.
>
>Sure you can. You just need multiple 64 byte packets transferred withi
one
>frame.
How can I do this?
>
>> How could I increase this rate, once it could be close to 12Mbits/sec
>> (theoricaly)?
>
>With fully optimized device and host drivers, you can reach 8-9 MBit.
I'm actually with 32kbytes
Thanks for attention.
>
>> All sugestions are welcome,
>
>http://www.lvr.com/usb.htm
>http://www.usb.org/phpbb/
>
>Leo Havm�ller.
>
>