I realize that this depends on a lot of factors, but if anyone has a ballpark idea, it would be helpful. I'm considering building a peripheral device and interfacing it with a computer via usb(which will admittedly take a bunch of research on its own), but i am curious how quickly data can get into a program from a USB port. Like, can it go as low as nanoseconds? Or is it as slow as milliseconds?
And i don't mean the speed of the data along the cable, i can just look up the speeds of the latest USB standard. I mean, how long it takes a program that executes some "get data from usb port" function to actually retrieve that data and be available for use in the program.
Name:
Anonymous2013-06-05 8:43
How fast can i get money from a stupid goyim?
I realize that this depends on a lot of factors, but if anyone has a ballpark idea, it would be helpful. I'm considering realizing a pyramid scheme
>>1
Do you mean speed or latency? Full-speed USB has a minimum latency of 1ms, high-speed has a minimum latency of 0.125ms IIRC. Don't know about superspeed, don't care about low speed.
From experience, hitting that 1ms is achievable, but requires careful design on both the host and device end.