Henrik
Tue Jul 25 09:02:04 CDT 2006
I'm pretty sure there is no easy way of running MSDfn and serial fn
_simultaneoulsy_ in CE 5 (In CE6, there will be a composite driver
available). However, you can programatically load and unload function
drivers in runtime in CE 5 making it possible to switch between the
two.
Check out the source for the usb performance tests in cetk -they use a
custom test function driver for some of their USB performance tests
that is loaded and unloaded programatically by the framework. Since I
don't have the code installed on the computer I'm using right now, I
can't point you to the specific file.
Henrik Viklund
http://www.addlogic.se
mikehan wrote:
> Dear friends:
>
> During developing WINCE playform, WinCE system has default usb
> client driver as Serial_Class,
>
> [HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers]
> "DefaultClientDriver"=- ; erase previous default
> "DefaultClientDriver"="Serial_Class"
>
> I have tested Usb ActiveSynch&Usb Mass Storage singly, But I find some
> WinCE Product has ActiveSynch&Usb MassStorage coexist. which let user to
> setting, do you know how to achieve this task, thank you very much.
>
>
> Best Regards
> Mike Han