LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

LabWindows CVI RS-232 isn't fast enough

Solved!
Go to solution

I can hardly guess what amy be happening without looking at the code. I have applications that correctly manage communications down to 5 ms (more or less the raw ts/rx time) so there may be something that is conusimg time elsewhere in your application.

More than raising thread priority, I would switch from an async timer to a true multithreading setting the communications thread to not sleep with SetSleepPolicy: this is what I'm doing with most critical applications and I find it gives satisfactory results.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 11 of 11
(511 Views)