Partilhar via


CE6 Driver Wizard for Visual Studio

Check out the CE Stream Driver Wizard on CodePlex created by David Jones – more information about the driver wizard can be found on the Embedded101 community site.

- Mike

Comments

  • Anonymous
    November 09, 2010
    The full release V1.00 of CEDriverWiz is now on Codeplex. Mike its builds on your previous wizard. It generates 7 subprojects:
  • Stream Driver (strings buffer) subproject (Optional Debug messages and IOCTLs)
  • 2 apps to load driver (one adds required registry settings)
  • One to unload
  • A simple stream test if loaded app.
  • An app to open, write, read then close stream test.
  • An app to test IOCTLs Cheers