So, I must write a simple application, which log pressed keys and moved axis to file. Gameport specification secure 4 axis joy with four buttons. I have used the TDXInput for connection with 3 axis(x, y, z) and four buttons. But I can find method for logging fourth axis(R?). I've found only asm sample, but I can understand it: http://pastebin.com/f62a1345a
Unfortunetly, WinXP is blocking direct access to port, so I have to use smth like NTPort... But this is not a problem.
Probing connection with gameport port($201) sample from NTPort causes only $FFFF value, independently of pressed keys/moved axis..
Eh... I don't know what to do...
PS. It must be gameport, because this is not a joy, but an electronical mechanism for house-guard... I know, with destructing USB pad with 8 keys will be less work but... ambitions
And sorry for my english, I know, it isn't good, but I learn it only 2hr/week in school...
Best regards from Poland:) I'll be waiting for an answer... I hope you can help me