gamepad - has anyone used one in xpe?

Posted: 04-12-2006, 09:49 PM
We are planning replace an old joystick which we communicated with over rs232
with a wireless usb gamepad. in the component database i see some drivers
for gamepad, but am wondering if any of them will work with a 'generic'
gamepad The Logitech gamepad I have has 10 buttons, but is not one of the
listed components.
Reply With Quote

Responses to "gamepad - has anyone used one in xpe?"

Sean Liming \(eMVP\)
Guest
Posts: n/a
 
Re: gamepad - has anyone used one in xpe?
Posted: 04-12-2006, 10:26 PM

I had to create a Component for Logitech that would support multiple
controllers. The Logitech driver INF files import over 50 different
components so you will have to cut them down to the components you need.
Once the component is created the game pad should work fine.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit.


"hanleyh1" <hanleyh1@discussions.microsoft.com> wrote in message
news:80622033-23D6-4503-8BE3-7943A6586753@microsoft.com...
> We are planning replace an old joystick which we communicated with over
> rs232
> with a wireless usb gamepad. in the component database i see some drivers
> for gamepad, but am wondering if any of them will work with a 'generic'
> gamepad The Logitech gamepad I have has 10 buttons, but is not one of the
> listed components.

Reply With Quote
hanleyh1
Guest
Posts: n/a
 
Re: gamepad - has anyone used one in xpe?
Posted: 04-13-2006, 07:54 PM
Sean,

I created a component containing the Logitech driver I needed. The new OS
comes up with a Human Interface Device "Logitech Dual Action (HID)" and
"Logitech Dual Action USB". However, whenever I call JoyGetPosEx (or
JoyGetPos or JoyGetDevCaps), the MMRESULT returned is always JOYERR_PARMS
(165) - "The specified joystick identifier is invalid" no matter what I pass
for uJoyID. (The same code works on my desktop PC). It is as though I have
a driver loaded, but it doesn't recognize that the gamepad is plugged into
the USB port. Any ideas on things I might try or test?

-hanley

"Sean Liming (eMVP)" wrote:
>
> I had to create a Component for Logitech that would support multiple
> controllers. The Logitech driver INF files import over 50 different
> components so you will have to cut them down to the components you need.
> Once the component is created the game pad should work fine.
>
> Regards,
>
> Sean Liming
> www.sjjmicro.com / www.seanliming.com
> XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
> Toolkit.
>
>
> "hanleyh1" <hanleyh1@discussions.microsoft.com> wrote in message
> news:80622033-23D6-4503-8BE3-7943A6586753@microsoft.com...
> > We are planning replace an old joystick which we communicated with over
> > rs232
> > with a wireless usb gamepad. in the component database i see some drivers
> > for gamepad, but am wondering if any of them will work with a 'generic'
> > gamepad The Logitech gamepad I have has 10 buttons, but is not one of the
> > listed components.
>
>
>
Reply With Quote
Sean Liming \(eMVP\)
Guest
Posts: n/a
 
Re: gamepad - has anyone used one in xpe?
Posted: 04-14-2006, 12:37 AM

As I recall, the components were just tested again the Game Controllers
control panel applet since the project was for PC games. There was no
specific app programming for a gamepad.

Regards,

Sean



"hanleyh1" <hanleyh1@discussions.microsoft.com> wrote in message
news:3E895F5A-1581-40DE-BD46-8254C326700F@microsoft.com...
> Sean,
>
> I created a component containing the Logitech driver I needed. The new OS
> comes up with a Human Interface Device "Logitech Dual Action (HID)" and
> "Logitech Dual Action USB". However, whenever I call JoyGetPosEx (or
> JoyGetPos or JoyGetDevCaps), the MMRESULT returned is always JOYERR_PARMS
> (165) - "The specified joystick identifier is invalid" no matter what I
> pass
> for uJoyID. (The same code works on my desktop PC). It is as though I
> have
> a driver loaded, but it doesn't recognize that the gamepad is plugged into
> the USB port. Any ideas on things I might try or test?
>
> -hanley
>
> "Sean Liming (eMVP)" wrote:
>
>>
>> I had to create a Component for Logitech that would support multiple
>> controllers. The Logitech driver INF files import over 50 different
>> components so you will have to cut them down to the components you need.
>> Once the component is created the game pad should work fine.
>>
>> Regards,
>>
>> Sean Liming
>> www.sjjmicro.com / www.seanliming.com
>> XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
>> Toolkit.
>>
>>
>> "hanleyh1" <hanleyh1@discussions.microsoft.com> wrote in message
>> news:80622033-23D6-4503-8BE3-7943A6586753@microsoft.com...
>> > We are planning replace an old joystick which we communicated with over
>> > rs232
>> > with a wireless usb gamepad. in the component database i see some
>> > drivers
>> > for gamepad, but am wondering if any of them will work with a 'generic'
>> > gamepad The Logitech gamepad I have has 10 buttons, but is not one of
>> > the
>> > listed components.
>>
>>
>>

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
GamePad DAN Windows Vista Hardware & Devices 1 07-07-2007 07:26 PM
No gamepad will function Jeff Windows XP Device Drivers 1 07-13-2004 09:16 PM
gamepad help!! wendy Windows XP Hardware 0 09-09-2003 12:44 AM
Microsoft Gamepad junk Customize Windows XP 1 08-15-2003 07:30 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90