On Monday 14 February 2005 7:08 am, Nemanja Popov wrote: > > Also, is using g_ether good idea for this purpose? What transfer rate I can > get when using USB2.0 NET2272 device (not on board yet) in both variants, > with g_file_storage or g_ether.
The NET2272 is a high speed device, so you might be getting tens of megabytes per second rather than, at best, a bit less than one. Depends how you hook it up. This might be a case where a custom protocol is best ... maybe with some custom hardware to keep the PXA CPU (and extra data copies) out of the critical path. - Dave ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
