I cant seem to get the gcpad to read two of my analogs. Its just a generic HID DX device. It has 8 analogs.
For reference here is the code vars that talk to DX via usb.
my 0 and 1 work great and can set them up fine.
3 does not respond but 4 does, when trying to map. I also tried to hard code the ini file but that didnt work.
7 seems to work but 6 does not map.
In the config windows I get this:
x1 -> analog DX0
y1 -> analog DX1
x2-> analog DX5 ( should be DX4, but shows 5?)
y2-> can not map
T-left -> can not map
T-right-> analog DX4 ( should be DX6, but shows 4 ?)
It's like a few analogs where omitted and the others got shifted down. My guess is the z-axis and z-rotate are not looked at. For all practical extents and purposes they should not be but in some very uncommon cases ( like me ) they are. Hopping to talk with the developer here. All suggestions welcome.
For reference here is the code vars that talk to DX via usb.
Code:
reportBuffer[0]=128;//X-Axis ( main stick )
reportBuffer[1]=128;//Y-Axis
reportBuffer[2]=128;//Z-Axis //FYI - not used for gc
reportBuffer[3]=128; //X-rotate ( second stick )
reportBuffer[4]=128; //Y-rotate
reportBuffer[5]=128; //Z-rotate //FYI - not used for gc
reportBuffer[6]=0; // slider( right trig )
reportBuffer[7]=0;// dial ( left trig )
my 0 and 1 work great and can set them up fine.
3 does not respond but 4 does, when trying to map. I also tried to hard code the ini file but that didnt work.
7 seems to work but 6 does not map.
In the config windows I get this:
x1 -> analog DX0
y1 -> analog DX1
x2-> analog DX5 ( should be DX4, but shows 5?)
y2-> can not map
T-left -> can not map
T-right-> analog DX4 ( should be DX6, but shows 4 ?)
It's like a few analogs where omitted and the others got shifted down. My guess is the z-axis and z-rotate are not looked at. For all practical extents and purposes they should not be but in some very uncommon cases ( like me ) they are. Hopping to talk with the developer here. All suggestions welcome.
![[Image: newLogo_white_small.png]](http://spawnlinux.ddns.net/Bliss-Box/images/newLogo_white_small.png)
main page
Working controllers
[url=http://spreadsheets.google.com/pub?key=tGD-U_eW1Rc7rNyqkpgJuIg&output=html][/url]