CDC/ACM Endpoint question
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Hello,
I am developing a CDC/ACM wdm driver. There are 2 Interfaces (Interface1: 1
control endpoint; Interface2: 1 Bulk IN, 1 Bulk OUT).
Do I have to poll the control (interrupt) endpoint or the bulk IN endpoint
to receive data from the device (the device gets data from another device
over infrared)?
So the main question is what endpoint do I have to poll to get data?
Thank you,
Florian
.
Relevant Pages
- Re: CDC/ACM Endpoint question
... control endpoint; Interface2: 1 Bulk IN, ... I *assume* you mean that interface 1 consists of an interrupt endpoint, ... So the main question is what endpoint do I have to poll to get data? ... (microsoft.public.development.device.drivers) - Re: Polling Thread, Where to locate?
... an Interrupt endpoint may be more suitable if latency ... Do keep in mind that maximum data throughput is lower on ... interrupt than bulk, ... Over USB 2.0 hi-speed bulk endpoints, the max data rate that I ... (microsoft.public.development.device.drivers) - USB bus switches transfer mode unexpected
... I have a problem with an USB printer that is sending status data back to the ... An ISO is transfer is similar to a BULK transfer with the exception of block ... An Endpoint can be described as a channel in the USB stream and are ... (microsoft.public.development.device.drivers) - Re: USB problems
... > endpoint open.. ... The stall I'm referring to is a bit in the ISP1581 controller. ... and then sets the stall bit on the control endpoint for seemingly no good ... I have to set the NO_STRINGS quirk to stop FreeBSD from ignoring th ... (freebsd-current) - But which is better, bulk or isochronous data transfers?
... kernels, isochronous transfers from this device were garbled ... to the used isochronous endpoint, ... interface with bulk endpoint available, and by hacking the code to ... Max Packet Size: 512 ... (Linux-Kernel) |
|