CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2002
    Posts
    137

    Usb 1.1 transfer

    Hi ,

    i am looking for an example to transfer 30-40 Mb files to another computer with usb (client is 1.1).

    Thanks

  2. #2
    Join Date
    Aug 2007
    Posts
    22

    Re: Usb 1.1 transfer

    No one really understands what you are asking....
    30-40Mb is fast but manual work clearly is faster

  3. #3
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Usb 1.1 transfer

    I assume you want to write a program that is capable of doing file transfer over USB.

    Due to the USB host-client construction this is not possible to do with a standard USB cable. You will need to have a host-to-host cable. These cables come standard with drivers, and usually they also come with some sort of copy software. So why would you want to write it yourself ?

    ps : next time, please give a better description of what you mean.

  4. #4
    Join Date
    Jan 2002
    Posts
    137

    Re: Usb 1.1 transfer

    Hi,

    i have a device which has an usb 1.1 client controller. and i want to transfer a binary file (40 Mb) to this device from a desktop computer with usb cable.

    i can send and read some bytes with standart readfile, writefile but it is not fast enough and it hangs after 3-4 writefile.

    Thanks

  5. #5
    Join Date
    Jun 2008
    Posts
    4

    Re: Usb 1.1 transfer

    what the relation between this topic with C++?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured