Share via


Configuring a Core Kernel Transport (Windows Embedded CE 6.0)

1/5/2010

After creating a custom kernel transport, configure it as necessary.

To choose and configure a custom kernel transport

  1. From the Target menu, choose Connectivity Options.

  2. Choose Kernel Service Map.

  3. In the Transport box, choose a kernel transport.

  4. Choose the Settings button that is adjacent to the Transport box.

    The collection of settings that you can configure varies by kernel transport. Some kernel transports do not have settings you can modify.

Special Considerations for USB-KITL Transport

If you are configuring a USB-KITL transport, be sure to set the logging level in the registry. The default level for using USB-KITL transports with Platform Builder logs all KITL packets. This logging level can, over time, accumulate very large log files.

The following steps show how to change the default logging value.

To configure USB-KITL transports

  1. In the registry on the development workstation, select the HKEY_LOCAL_MACHINE\Software\Microsoft location.

  2. From the Edit menu, choose New.

  3. Choose Key to add the registry key usbserkitl.

  4. Select the usbserkitl registry key you just added.

  5. From the Edit menu, choose New.

  6. Choose Key; then choose DWORD Value.

  7. For the Name value, enter DebugZones.

  8. For the Data value, enter 0.

  9. Choose OK.

See Also

Concepts

Kernel Transport Services