Re: USB interrupt for a realtime bus



On Nov 26, 7:01 pm, charly <cdup.i...@xxxxxxxxx> wrote:

Thanks for your answer.
I made a test & I confirm what you said.
I am able to use IN on al devices in the same millisecond.
But IN + OUT on the same device must be done on 2 ms.
BR
Charly

If the IN/OUT takes 2 ms, that is probably something that is due to
suboptimal driver, application or host controller implementation. As
far as I know, there's nothing in the USB standard that would prevent
this all being done in the same 1 ms frame.


.



Relevant Pages

  • Re: USB interrupt for a realtime bus
    ... suboptimal driver, application or host controller implementation. ... there's nothing in the USB standard that would prevent ... shoud be possible to send all OUT frames in the next 1 ms frame. ...
    (comp.arch.embedded)
  • Re: Reading Serial Port
    ... characters are arriving every millisecond! ... I changed the timeouts and it worked quite fine ... Will incrementing the bytes per read cause to receive a frame (with ... until a second FRAME arrives) I can't deal with this behaviour. ...
    (microsoft.public.vc.mfc)