handling IssueVendorTrasfer with TransferBuffer == NULL and TransferBufferLength = 0 on CE 6.0
Hi ,
I am working on a USB device from one our client on windows CE
6.0.
The client driver for the device is sending a VendorRequest to
the device with TransferBufferLength == 0.
The intention is to just send a command to the device. The client
driver doesn't expect anything from the device.
The above case is failing in CE 6.0.
It is failing in file cpipe.cpp in function
CPipe::IssueTransfer() at line number 1185.
Does this means CE USB driver is not designed to hadle this case?
Is there any workaround for this issue?
Regards,
Sriram.R
.
Relevant Pages
- handling IssueVendorTrasfer with TransferBufferLength = 0 on CE 6.0
... I am working on a USB device from one our client on windows CE ... The client driver for the device is sending a VendorRequest to ... The above case is failing in CE 6.0. ... (microsoft.public.windowsce.embedded) - Windows CE 4.2 USB Device Driver
... I have read several postings concerning USB Device Drivers on Win CE ... someone for answering the rest of my open questions: ... I need a Driver for my USB Device providing a SIMPLE open, ... Does my client application have direct access to my exported ... (microsoft.public.windowsce.app.development) - Re: Windows CE 4.2 USB Device Driver
... > I have read several postings concerning USB Device Drivers on Win CE ... I need a Driver for my USB Device providing a SIMPLE open, ... If USB Function (or Client) ... (microsoft.public.windowsce.app.development) - Re: USB not detected - help
... If I connect the device after the OS is loaded, "Unidentified USB device" ... I copied the dll after installing the CAB file from the CE device. ... debugzones in your usb host driver, you should see some information about ... Check for other registry keys besides the one I mentioned. ... (microsoft.public.windowsce.platbuilder) - Re: USB not detected - help
... USB device popup *didnot* come. ... Without installing the Cab file, ... debugzones in your usb host driver, you should see some information about ... Check for other registry keys besides the one I mentioned. ... (microsoft.public.windowsce.platbuilder) |
|