Skip to content

Commit 57d62fc

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ Further detail around some tests I did comparing the BULK, ie. standard data tra
5959

6060
no writing: 1 318 000 iterations
6161

62+
This test would therefore indicate it is certainly worthwhile to consider Isochronous datatransfers, in time critical applications.
63+
64+
What I did notice during my testing was that Windows will initialize an Isochronous datatransfer on an 8ms interval not faster.
65+
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.
66+
67+
This implies transmitting 1023bytes every 8ms, eg. 1x1023bytes/8ms or 2x1023/12ms or 3x1023/14ms, ....
68+
6269

6370

6471
Hope it can inspire you,

0 commit comments

Comments
 (0)