Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > USBSER.SYS INT Endpoint?

Reply
Thread Tools Display Modes

USBSER.SYS INT Endpoint?

 
 
dduster
Guest
Posts: n/a

 
      11-01-2009
I am trying to implement a CDC/ACM device. Although I am able to communicate
through the COM port created, there is never any transaction on the INT IN EP.

What are the requirements (INF, Descriptors, etc.) for this to work using
USBSER.SYS (XP SP3)?

Thanks much...
dd.

 
Reply With Quote
 
 
 
 
Tim Roberts
Guest
Posts: n/a

 
      11-01-2009
dduster <> wrote:
>
>I am trying to implement a CDC/ACM device. Although I am able to communicate
>through the COM port created, there is never any transaction on the INT IN EP.
>
>What are the requirements (INF, Descriptors, etc.) for this to work using
>USBSER.SYS (XP SP3)?


The interrupt endpoint is only used for the notification element. Did you
create one? Its support is optional.
--
Tim Roberts,
Providenza & Boekelheide, Inc.
 
Reply With Quote
 
dduster
Guest
Posts: n/a

 
      11-02-2009
Yes, I did. There are 3 EP in total, on two interfaces. The first interface
consists of the INT EP, while the second consists of two EP (one IN, another
OUT).

Although the INT EP is optional, it is required in my case, as I must
emulate H/W flow control. I have thus included this interface. Granted,
should the host controller issue a USB IN request on that EP, my driver
stands ready to send the required notification.

Unfortunately, that request never comes...


 
Reply With Quote
 
dduster
Guest
Posts: n/a

 
      11-03-2009
There are two interfaces, one with a single EP (INT), the other with two bulk
EPs . The interfaces are joint through a union descriptor.

As for the class - they are all set (as are the descriptors), as per
usbcdc11.pdf (I have also compare my descriptors with numebous other example
I was able to locate on the web - and I see not difference..)

thanks much for you time...
dd.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Audio Endpoint builder: high cpu usage edsager Windows Vista Performance 0 04-15-2007 09:38 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59