View Single Post
  #59 (permalink)  
Old 02-22-2008, 09:35 AM
no2chem's Avatar
no2chem
Retired Staff
Offline
Threadstarter
 
Join Date: May 2007
Posts: 1,168
Reputation: 11628
no2chem can't get a higher reputation levelno2chem can't get a higher reputation levelno2chem can't get a higher reputation levelno2chem can't get a higher reputation levelno2chem can't get a higher reputation levelno2chem can't get a higher reputation levelno2chem can't get a higher reputation levelno2chem can't get a higher reputation levelno2chem can't get a higher reputation levelno2chem can't get a higher reputation levelno2chem can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: nueLED - configure/customize your LEDs...

Quote:
Originally Posted by saumaun View Post
Works for me, but after I plugged in the phone, the light stayes ORANGE...
Quote:
Originally Posted by stroths View Post
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...

Last edited by no2chem; 02-22-2008 at 09:54 AM.
Reply With Quote