Skip to content

Commit 1e051c7

Browse files
authored
Update README.md
1 parent 57d62fc commit 1e051c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This test would therefore indicate it is certainly worthwhile to consider Isochr
6464
What I did notice during my testing was that Windows will initialize an Isochronous datatransfer on an 8ms interval not faster.
6565
Doing the math, one could conclude it is not faster than a normal Bulk transfer (which transmits 52bytes on 0.2ms). However the overhead that the Bulk transfer imposes on the processor seems to completely offset this as shown by the tests above.
6666

67-
This implies transmitting 1023bytes every 8ms, eg. 1x1023bytes/8ms or 2x1023/12ms or 3x1023/14ms, ....
67+
Using Isochronous datatransfer, on the other hand, implies transmitting 1023bytes every 8ms, eg. 1x1023bytes/8ms or 2x1023/12ms or 3x1023/14ms, ....
6868

6969

7070

0 commit comments

Comments
 (0)