usb with interupt transfer type

  • Follow


i am working on third party device(screen touch monitor ) for  usb driver, 
transfer type for usb is interupt based , can u give me the templete for the 
usb driver with interupt transfer type .


0
Reply Utf 1/27/2010 9:56:01 AM

Hi,

I would recommend using WinUSB for forward compatibility.

Asaf

0
Reply Utf 1/27/2010 1:23:02 PM


suhas <suhas@discussions.microsoft.com> wrote:
>
>i am working on third party device(screen touch monitor ) for  usb driver, 
>transfer type for usb is interupt based , can u give me the templete for the 
>usb driver with interupt transfer type .

As I pointed out when you posted this question one day earlier, the RIGHT
thing to do is to design your hardware so that it meets the USB HID Class
specification.  When you do that, you don't need a driver at all.
-- 
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
0
Reply Tim 1/29/2010 4:38:58 AM

suhas <suhas@discussions.microsoft.com> wrote:
>
>i am working on third party device(screen touch monitor ) for  usb driver, 
>transfer type for usb is interupt based , can u give me the templete for the 
>usb driver with interupt transfer type .

Bulk and interrupt transfers are exactly identical.  The only difference
between them is in scheduling, and that's in the descriptors.
-- 
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
0
Reply Tim 1/29/2010 4:39:48 AM

3 Replies
202 Views

(page loaded in 1.125 seconds)

Similiar Articles:















7/24/2012 3:58:43 PM


Reply: