USB Visual Studio 2010

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rakesh1225
    New Member
    • Mar 2012
    • 13

    USB Visual Studio 2010

    Hi,

    I wanna read/write data from USB mass storage in windows7 using Visual studio 2010.
    I don't wanna write a driver but I want to use the existing windows drivers to communicate with the USB.

    Can any one please suggest the solution.

    Thanks in advance.
  • Luuk
    Recognized Expert Top Contributor
    • Mar 2012
    • 1043

    #2
    Did you Google?
    I found this link within 1 minute:
    Windows Driver Kit (WDK) 10 is integrated with Microsoft Visual Studio and Debugging Tools for Windows. This integrated environment gives you the tools you need to develop, build, package, deploy, test, and debug Windows drivers. WDK includes templates for several technologies and driver models, including Windows Driver Frameworks (WDF), Universal Serial Bus (USB), print, networking, and file system filters.


    Please tell what is not good about this link (because i think you did Google, and do not like the link......)

    Comment

    • rakesh1225
      New Member
      • Mar 2012
      • 13

      #3
      Thanks for the response.

      Yes I found this link. But they specified to open the USB skeleton app which is available in VS2012.

      This link may be help ful for VS2012/VS2013.

      But I have VS2010 on Windows 7.

      Comment

      Working...