Hey all,
My program once ran pretty responsively, but today my superior types had me add an additional 192 bits to be read per cycle from 2 instruments (96 bits each). Upon adding code to get these values, the program seems much more sluggish. It looks like it refreshes the data about 3 to 4 times a second, which comes to ~800 bps overall. (Assuming the 6 new values are 32 bit, and the old 4 all 8 bit)
Is this likely a bandwidth limitation, or some flaw in my code?
-Dobbs