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. C / C++ / MFC
  4. VC++ (6.0, .NET) USB device IO

VC++ (6.0, .NET) USB device IO

Scheduled Pinned Locked Moved C / C++ / MFC
c++csharptutorial
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.
  • B Offline
    B Offline
    bwray
    wrote on last edited by
    #1

    Hi - I'm looking for a good description or sample code for how to get data from a USB device (say a still image camera) into a visual c++ app. I've seen hints about using TWAIN, or using plain old file io, but not enough detail anywhere to Make It So. Plenty about driver development, but nothing about app-level. Any links or suggestions appreciated. - Thanks, Barney

    T E 2 Replies Last reply
    0
    • B bwray

      Hi - I'm looking for a good description or sample code for how to get data from a USB device (say a still image camera) into a visual c++ app. I've seen hints about using TWAIN, or using plain old file io, but not enough detail anywhere to Make It So. Plenty about driver development, but nothing about app-level. Any links or suggestions appreciated. - Thanks, Barney

      T Offline
      T Offline
      tssp
      wrote on last edited by
      #2

      hi, At application level, the device(bus interface.ie,usb,pci,pcmcia is not bothered, all are just treated as a common image rendering interface) is abstrated, and you look it as an interface(still image rendering interface)...You would look into WIA in the mdsn which will give you information about the your requirement... TssP

      1 Reply Last reply
      0
      • B bwray

        Hi - I'm looking for a good description or sample code for how to get data from a USB device (say a still image camera) into a visual c++ app. I've seen hints about using TWAIN, or using plain old file io, but not enough detail anywhere to Make It So. Plenty about driver development, but nothing about app-level. Any links or suggestions appreciated. - Thanks, Barney

        E Offline
        E Offline
        Elmue
        wrote on last edited by
        #3

        Developing a WDF USB Kernel Mode Driver for the OSR USB FX2[^]

        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