DirectInput with Parallel Port Joystick

How to create a DirectInput device connected to parallel port
The parallel port uses the interface lpt-switch.
thanks


Answer this question

DirectInput with Parallel Port Joystick

  • Jehan Badshah

    jpimentel,

    There is a complete sample in the SDK. The most recent version for this can be found here. If you download the SDK for Feb2007 there is also a solution in the (SDK root)\Samples\C++\DirectInput\Joystick directory. Thanks.

    Cale


  • Arkette

    This would really be up to the DirectInput driver. The driver needs to make the device appear to DirectInput.

    If this is an exisiting device then contact the manufacturer if its something you have built yourself then start here http://msdn2.microsoft.com/en-us/library/ms789837.aspx



  • DirectInput with Parallel Port Joystick