Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Hardware & Devices
  4. Regarding data transfer for USB mass storage devices

Regarding data transfer for USB mass storage devices

Scheduled Pinned Locked Moved Hardware & Devices
c++helptutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vjys
    wrote on last edited by
    #1

    Hai.. I am developing an application in VC++ to write data to a pen drive without the help of driver. Still now i could find the attached device and Iam able to get the device information.Now i had the handle to the device. Can any help me how to proceed further. I kept this question in many forums, but i could not get answer. Reply is like we cant do without driver. But the driver is going to do every thing with the device handle only. I want to send data packets( copy folders) to the pendrive. Could any one suggest me. Thanks in advance.

    Regards vijay

    J M 2 Replies Last reply
    0
    • V Vjys

      Hai.. I am developing an application in VC++ to write data to a pen drive without the help of driver. Still now i could find the attached device and Iam able to get the device information.Now i had the handle to the device. Can any help me how to proceed further. I kept this question in many forums, but i could not get answer. Reply is like we cant do without driver. But the driver is going to do every thing with the device handle only. I want to send data packets( copy folders) to the pendrive. Could any one suggest me. Thanks in advance.

      Regards vijay

      J Offline
      J Offline
      JudyL_MD
      wrote on last edited by
      #2

      Vjys wrote:

      But the driver is going to do every thing with the device handle only.

      Asking the question repeatedly won't change the answer. You need a driver! The line I quoted is where you seem to be missing some understanding. The driver, because it is a driver, has access to a whole lot more than just a handle to the device. It uses all that other stuff that the OS exposes to the driver (and only to a driver) to touch the hardware. User mode programs cannot directly access hardware. Period.

      1 Reply Last reply
      0
      • V Vjys

        Hai.. I am developing an application in VC++ to write data to a pen drive without the help of driver. Still now i could find the attached device and Iam able to get the device information.Now i had the handle to the device. Can any help me how to proceed further. I kept this question in many forums, but i could not get answer. Reply is like we cant do without driver. But the driver is going to do every thing with the device handle only. I want to send data packets( copy folders) to the pendrive. Could any one suggest me. Thanks in advance.

        Regards vijay

        M Offline
        M Offline
        Michael Dunn
        wrote on last edited by
        #3

        I kept this question in many forums, but i could not get answer. No, you didn't get the answer you wanted to hear. In fact, some of the replies explained why your answer was wrong. Repeatedly asking the question won't change anything.

        --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ Ford, what's this fish doing in my ear?

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups