Quote: Originally Posted by racerx3165
Is there anyone out there who knows if i can make this USB or serial? it normally works on 2 aa batteries and is wireless, but the reciever and transmitter are a bit bigger thatn i would like. what are the wires on the USB im sure there are power outputs and signal so it seems like there has to be a way.
Yup. Serial is going to be simpler than USB, and parallel is going to be simpler yet. But the simplest by far is definately going to be to rip the controller out of the keyboard and use it as is. Is there a reason you don't want to do that? It does mean you have to keep the reciever, but you can wire in power directly to eliminate the battery issue.
If you're going to make your own controller, you're going to need logic to interpret the signal (most likely a matrix encoding) and send it to your PC. If you're lucky, you may be able to hook it directly to the parallel port and do everything in software, but it looks like there's more than 8 pins there so chances are that won't work. The simplest way in terms of hardware would be to use a microcontroller (which you can get with built in UART and even USB), though it might not be too bad with discrete logic + a UART or USB IC if you want to avoid programming a micro. In any case, you're also going to have to write/find software on the PC side to interface with your controller.