Originally posted by SomeRandomFella
That still won't set the right value. I can't set anything under 100%. 0x09 and 0x08 set the accuracy to 100%. Anything below 0x08 won't set anything at all
Are you sure of the data size? You could just be setting the most significant byte of a short or integer which would cause drastic change between 8 and 9 for example, because in a short, that is 8*64 (pretty sure, really tired right now so might be off). Try manipulating the bytes to the right of it in memory. You might get some different results.