Jump to content
The simFlight Network Forums

miguelito

new Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by miguelito

  1. 0c48 seems to work fine. I'll just use this one instead, more than enough accuracy for my needs. double(thanks, Pete) :-) PS : pyuipc is a Python wrapper distributed with the sdk, written by Istvan Varadi.
  2. Hello all, first post here. I'm using pyuipc with a python script. I can read correctly pretty much all the offsets, except I ran into a problem with 0x2aac : "CDI needle deviation". Docs say it is a 32-bit float, range -127 to +127. Problem is, pyuipc only gives me the option of reading 1, 2, 4 or 8-byte integers, or 8-byte double floats. None of these options seem to yield usable values. Have I missed something ? Can someone kindly point me in the right direction ? with pyuipc I use: pyuipc.read(0x2aac,"f") Any help is appreciated. Thanks to Pete and Istvan for such useful modules. - Miguelito
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.