otherside
Centurion
Hey guys anyone has any idea how to provide a delay less than 1ms, by using threading or any other way ?
Here what i need to do
i have a USB device that i control through VB.NET using an activex cotrol.
This is a "USB to 16bit I/O" i'm using it in a sense of parallel data input. I need to read this device every 1us (0.001 ms) . by using an infenent "for" i can read it fast but there is no way to know how fast, and i need to know the samples timing.
i using a simple thread, the sleep or wait option accepts only integer of miliseconds, any ideas how i can do this ?
thanks
Here what i need to do
i have a USB device that i control through VB.NET using an activex cotrol.
This is a "USB to 16bit I/O" i'm using it in a sense of parallel data input. I need to read this device every 1us (0.001 ms) . by using an infenent "for" i can read it fast but there is no way to know how fast, and i need to know the samples timing.
i using a simple thread, the sleep or wait option accepts only integer of miliseconds, any ideas how i can do this ?
thanks