I am trying to check what is the maximum speed for
read/writes of my pic 18f4550 usb device.
It is a full speed device and an
8 byte length report, and I am using ReadFile and
WriteFile. My results are that I get about 100 read
write cycles in one second. Is that a normal speed
for 8 byte reports? It seems quite slow ? My C loop
is tight, and my device is a loopback device, i.e. it simply
copies the input to the output?