Quote:
Originally Posted by saumaun
Works for me, but after I plugged in the phone, the light stayes ORANGE...
|
Quote:
Originally Posted by stroths
I'm not getting any love out of address 4. I set my service LED to redirect to 4 and I don't get anything.
|
meh, i'll confess, i dont really understand how the entire 20 * bit control buffer works for allledmgr.
theres a serious error in what i was thinking, i thought that nbuffersize was in bits, but it turns out its in bytes....
nInBufferSize
The size of the input buffer, in bytes.
right now, i _think_ the address is in byte 2. We know for sure some of the data is in byte 2.
but its possible that the struct isn't aligned that way, since we keep randomly getting addresses at 4.
which would be, in binary
4: 0000 0100
we know that working control words include
Orange:
2 : 0000 0010
34 : 0010 0010
Green Right:
8 : 0000 1000
Blue Left:
32 : 0010 0000
Green Left:
64: 0100 0000
if you can make any sense out of this.. or figure any pattern out of this. let me know, or has any idea what the struct actually is....
..actually now that i think of it..
it might be..
0 - bool, (1-5) dword(int), (6- 10) dword(int), (11-15) dword(int), ... (16-20) dword(int).... maybe...