vdkeybus Posted February 5, 2004 Report Posted February 5, 2004 Hello Pete, Is it allowed to partially read a value from FSUIPC ? E.g. I'm interested the first 3 characters of the VOR1 Identity, so I would like to enter (offset 0x3000, size 4). And, by extension, can I read in the middle of a value, so I don't have to read the full 4-byte integer, but only its most significant byte (handy for bit words) ? Thanks. Jeroen.
Pete Dowson Posted February 6, 2004 Report Posted February 6, 2004 Is it allowed to partially read a value from FSUIPC ? E.g. I'm interested the first 3 characters of the VOR1 Identity, so I would like to enter (offset 0x3000, size 4). And, by extension, can I read in the middle of a value, so I don't have to read the full 4-byte integer, but only its most significant byte (handy for bit words) ? You can read what you like. The memory map imaging provided by the interface is complete. It does work like memory, at least for reading. Writing is also usually the same, but not always, so needs more care. Pete
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