USB Function Client Drivers (Windows Embedded CE 6.0)
1/6/2010
This section provides links to topics that describe the Windows Embedded CE universal serial bus (USB) function client drivers.
To include the various USB function controller modules in your image, set the appropriate sysgen variable. For information on the registry keys for the modules, see the Common.reg file or the Platform.reg file for your hardware platform. You can access these registry files in the Parameter Files node of the file hierarchy in the Solution Explorer window. Then, you can view the contents of these registry files by using the RegEdit tab or the Source tab. Make necessary changes in the Platform.reg or Project.reg file, not in the Common.reg file. Settings in Platform.reg or Project.reg overwrite settings in Common.reg.
For information about setting and clearing sysgen variables, see Setting or Clearing an Environment Variable (Visual Studio).
In the Catalog, the USB function drivers are under Device Drivers\USB Function**.** You can add them to your run-time image by setting the sysgen variable. For more information, check the registry files in %_WINCEROOT%\Platform\%_TGTPLAT%\Files and %_WINCEROOT%\Public\Common\OAK\Files.
In This Section
- USB Function Composite Device Driver
Provides information for USB Function Composite device drivers.
- USB Function Mass Storage Client Driver
Provides information for developing a USB function mass storage client driver.
- USB Function Printer Client Driver
Provides information for developing a USB function printer client driver.
- USB Function Serial Client Drivers
Provides information for developing a USB function serial modem client driver.
- USB Function Client Driver Registry Settings
Provides registry settings for USB function client drivers.
- USB Function Client Driver Reference
Provides reference information for implementation of a USB function client driver.
Related Sections
- USB Function Drivers
Provides information on USB function drivers.