Re: Problem about USB.... by Steve
Steve
Tue Dec 14 12:45:21 CST 2004
If you are making an asynchronous IssueVendorTransfer call, you may be
examining the status before your notification function is called. Check the
status in the notification function or after it signals another thread to
report that it has been called.
--
Steve Schrock
Windows CE Device Drivers
This posting is provided "AS IS" with no warranties, and confers no rights.
"kemin" <kemin@discussions.microsoft.com> wrote in message
news:20E0D8EA-1C7C-41BC-8849-10258CC9969C@microsoft.com...
> Dear all,
>
> I wrote a USB CDC driver for my USB Modem on WinCE.NET 4.2.
> During enumeration process, host communicated with modem until
> IssueVendorTransfer() at USBD driver. Then, the error message
> in the transfer was "USB_NOT_COMPLETE". Could someone tell me
> the meaning of this message in detail? Thanks!!
>
> Kemin