Hi all, At the weekend I wrote a usb driver and a userfrontend for the TUSB3210 from TI. This is a USB enabled 8051 controller and is able to get the firmware over USB. The protocol used to transfer the binary data to the controller is very lightweight. I have to use Controll packets to transfer a single byte of code. Of course this is very slow and so it takes up to 14 seconds to transfer 7k of code. Its not a bit issue because you only have to transfer the code once you plug the device in the USB plug. My Question is my code poor in performance and this should go faster, or is it normal.
Thanks Michael _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
