neomutant Posted August 27, 2012 at 10:41 AM Share Posted August 27, 2012 at 10:41 AM I wrote a program in delphi that reads analog value from "Analog In Bricklet" and I came across a limitation that does not allow me to go further. Restriction applies to the minimum reading time ~ 1ms is not sufficient. Is it possible somehow get around and read the value as fast as 1/100 ms? or may not be better to use the "Breakout Bricklet" and read faster? Quote Link to comment Share on other sites More sharing options...
borg Posted August 27, 2012 at 10:52 AM Share Posted August 27, 2012 at 10:52 AM Over USB this is not possible. The kernel of your operationg system polls the USB device 1000 times per second, that is specified in the USB standard. There is no way around that. You would have to write you own C firmware to achieve higher read out rates. The microcontroller can read and convert adc values with a frequency of max 6MHz. Quote Link to comment Share on other sites More sharing options...
neomutant Posted August 27, 2012 at 10:59 AM Author Share Posted August 27, 2012 at 10:59 AM thanks, that's what I'll do. When I succeed will share the code with others.It can take a while, because I do not possess the right skills yet. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.