USBout problem


Closed Thread
Results 1 to 5 of 5

Thread: USBout problem

Hybrid View

  1. #1
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default Re: USBout problem

    Each Frame can transfer 64 bytes in Full Speed mode.
    So theoretically the transfer rate is 64000 bytes/sec.

    However, that rate is not acheivable without using ping-pong buffers, which PBP does not support.
    Without ping-pongs, I've measured approximately 56kBytes/sec.

    Other devices on the USB bus can reduce that as they use frames for their traffic too.
    DT

  2. #2
    Join Date
    May 2012
    Posts
    13


    Did you find this post helpful? Yes | No

    Default Re: USBout problem

    Thanks a lot for the useful information.

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts