BS2 as a video game controller
pw0nzd
Posts: 2
Hey,
I was wondering if there was any way to set up a BS2 micro controller so that my computer will recognize it as a video game controller. I have it connected to my computer through a USB cable and am running windows xp.
I was wondering if there was any way to set up a BS2 micro controller so that my computer will recognize it as a video game controller. I have it connected to my computer through a USB cable and am running windows xp.
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Diamonddredges.com
Gaudware.net84.net
Theoretically, there are ways to reprogram a USB to serial adapter to work differently and to make the adapter identify itself as something else, but that requires detailed knowledge of the particular USB to serial adapter that Parallax uses and familiarity with the ins and outs of USB at a very low level, not to mention detailed knowledge of the particular video game controller you'd want to replace. This is one of those "If you have to ask, you wouldn't be able to do it" things.
Is there any way to use a separate program to re-map my keys:
Example:
IF (IN0 = 1) THEN
sendKey("W")
ENDIF
Or even just set it up so I can let other programs detect and read from it.