mattford2 Posted December 22, 2008 Report Share Posted December 22, 2008 Hi Guys- Does anyone know what the maximum data rate that is available from FSUIPC? I'm writing a host driver to drive a brand new Level D Image Generator that was donated to my sim but am finding that the lat/long info is too slow to make the IG move smoothly. Thanks, Matt www.737sim.com Link to comment Share on other sites More sharing options...
Pete Dowson Posted December 30, 2008 Report Share Posted December 30, 2008 Does anyone know what the maximum data rate that is available from FSUIPC? I'm writing a host driver to drive a brand new Level D Image Generator that was donated to my sim but am finding that the lat/long info is too slow to make the IG move smoothly. FS frame rate is the base rate for most things like that, the same rate as FS uses for its visual updates. Lack of smoothness is not usually due to a slow data rate but an unsynchronized one. You need to throttle FS's frame rate to a value it is always going to achieve, so it stays fixed, and then read at that exact same rate. The only other way is to use a fixed rate independently of FS and interpolate between for a faster rate locally. Pete Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now