• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Nintendo to USB/Serial

lukatmyshu

Senior member
For a project I need to know if it's at all possible to convert a nintendo controller to USB. Either that or if you guys have any idea on how to take a USB device and interface with it I would be MOST appreciative.
 
Specifically a gamepad ... although now I am concentrating on getting a USB gamepad and figuring out HOW to interface with that. I appears that windows.h/.cpp has a function called createFile that does something similar to what I want to do ... the question is how to get it to itneract with the USB device that I want. It takes some parameters ... but I honestly have NO idea what they are.
vijay
 
I just picked up 2 Playstation 2 to USB converters from Radio Shack today -- $4.97 each, on clearance, thanks to Hot Deals! Everything works perfectly though I don't think the rumble feature is supported.
 
I'm still looking for a converter, but it would seem to me that you could do it pretty easily yourself. I found diagrams of the pinouts for the original NES controller, and it would seem that wiring that up to a USB device wouldn't be all that difficult.
 
I've pretty much abandoned my original serial port idea ... for 20 bucks I found a USB gamepad on outpost.com .... the question is HOW the heck do I interface with it. If there is ANYONE out there who knows anything about writing USB drivers PLEASE post here.
vijay
 
Originally posted by: lukatmyshu
I've pretty much abandoned my original serial port idea ... for 20 bucks I found a USB gamepad on outpost.com .... the question is HOW the heck do I interface with it. If there is ANYONE out there who knows anything about writing USB drivers PLEASE post here.
vijay

I would be willing to learn to write USB drivers for a gamepad if someone could find a suitable USB SNES controller w/ no drivers.
 
to usb i dont know..

to parallel port and serial port, its fairly simple.

I've made one for playstation dualshock joypad to parallel port, with dual shock and all 🙂
 
Back
Top