Share via


USB Function Serial Client Driver Samples (Windows Embedded CE 6.0)

1/6/2010

The USB function serial client driver base class is implemented in %_WINCEROOT%\Public\Common\OAK\Drivers\USBFN\Class\Serial. Inherit data and functions from the base class and use the inherited data and functions to implement functionality that is specific to your hardware platform. For example, if you are developing a USB function serial modem client driver, inherit from the base class.

See Also

Other Resources

USB Function Serial Client Drivers