Ethernet Debugging Services

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

You may elect to share the Ethernet port on your target device between debugging network and application network traffic. Successful implementation of this option permits TCP/IP and Winsock application traffic to merge with Ethernet debug traffic.

The ability to access a remote network while maintaining the capability to debug your target device provides flexibility. For example, when you configure your Ethernet port to be shared, you can use Ethernet debugging services while simultaneously connecting to the Internet.

Two major elements consisting of the VBridge library and the VMini virtual adapter are added to the existing Ethernet debug architecture to enable sharing of the Ethernet port.

The VBridge library in the run-time image functions as a media access control layer bridge. VBridge connects the TCP/IP and Winsock application traffic to the kernel's Ethernet debug traffic. The cost of implementing the bridge is the use of an additional 30 KB of system memory on your target device.

The VMini adapter is a miniport driver that interfaces with VBridge to handle traffic not related to Ethernet debugging. VBridge communicates to VMini using a specialized set of I/O control codes and SYSINTR_VMINI, defined as the slot SYSINTR_DEVICES + 7.

To enable sharing of the Ethernet debug port, you must include the VBridge library in the run-time image and then enable the VMini adapter.

The following illustration shows the implementation of VMini debugging.

Aa914872.231d14f3-e86a-4961-9e32-1e8bbee48732(en-US,WinEmbedded.60).gif

See Also

Tasks

Including the VBridge Library in the Run-Time Image
Enabling the VMini Virtual Adapter

Concepts

Kernel Independent Transport Layer