PDA

View Full Version : Lots and lots of joystick buttons



Kerbo
10-21-2009, 10:28 PM
If, like me, you are using a joystick with more than 32 buttons you might be interested in this little utility I wrote. It lets you see the status of up to 128 buttons (the DirectX limit). I am not a programmer and wrote this quickly but it should work for you if you have up to date DirectX and .Net libraries.

The program and source links are on my blog: http://workbench.freetcp.com/archives/695

Screenshot:
http://www.mycockpit.org/forums/attachment.php?attachmentid=2425&stc=1&d=1256178341

DanTheSasquatch
10-21-2009, 10:59 PM
Thanks for putting this up. Seeing as my first (hopefully of many) project is going to be using a hacked joystick this will be very helpful. Thank you!

Kerbo
10-22-2009, 10:24 AM
No problem, I hope someone besides me gets some use out of it. If you have questions or problems PM me or send me an email from the About Me page on my blog.

jmig
10-22-2009, 10:39 PM
If, like me, you are using a joystick with more than 32 buttons you might be interested in this little utility I wrote. It lets you see the status of up to 128 buttons (the DirectX limit). I am not a programmer and wrote this quickly but it should work for you if you have up to date DirectX and .Net libraries.

The program and source links are on my blog: http://workbench.freetcp.com/archives/695

Screenshot:
http://www.mycockpit.org/forums/attachment.php?attachmentid=2425&stc=1&d=1256178341

That is interesting and useful. Thanks for sharing.

I don't know HOW I would remember 112 buttons and switches, however. :lol:

Kerbo
10-22-2009, 11:03 PM
I don't know HOW I would remember 112 buttons and switches, however. :lol:

Document, document, document. :)

jmig
10-23-2009, 07:48 AM
Document, document, document. :)

You mean actually write things down so you can go back and review? :roll:

:mrgreen:

Kitsok
10-23-2009, 10:55 AM
Hello!

Some time ago I've been developing an interface board based on ARM7 (AT90SAM7) controller and shift registers chain.

From the USB point of view it was a composite device - joystick with the maximum number of buttons (128) and axes (8) plus custom part.
I've developed (if the modification of the Microsoft DDK example can be called "development") the driver for the custom part.

I can share both sources of the firmware and the driver and application.

Does anybody wants it?