Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: U-HID, what am i doing wrong?  (Read 1459 times)

0 Members and 1 Guest are viewing this topic.

tony.silveira

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 697
  • Last login:September 27, 2024, 03:04:35 pm
    • my baby
U-HID, what am i doing wrong?
« on: September 24, 2013, 08:28:31 pm »
hey guys,

trying out my u-hid, everything seems to be fine.  except when i go into the device manager and look at the gamepad properties of the u-hid, the test tab only has 32 gamepad buttons listed and isn't showing any axes'.  i've assigned some pins to the x/y axis but nothing shows when testing.

anyone have any thoughts?

t

fyi, running win7 64bit if that means anything.

degenatrons

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 364
  • Last login:March 29, 2016, 05:53:23 pm
    • KADE
Re: U-HID, what am i doing wrong?
« Reply #1 on: September 24, 2013, 09:02:17 pm »
I'm pretty sure that the Windows test will only report on the first 32 buttons.  The others inputs are received but are not displayed, which kind of sucks.  Suggest you try using another test tool to verify your inputs.  I wrote a basic test tool in Python if you're struggling to find anything that works for you.

tony.silveira

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 697
  • Last login:September 27, 2024, 03:04:35 pm
    • my baby
Re: U-HID, what am i doing wrong?
« Reply #2 on: September 24, 2013, 09:12:05 pm »
I'm pretty sure that the Windows test will only report on the first 32 buttons.  The others inputs are received but are not displayed, which kind of sucks.  Suggest you try using another test tool to verify your inputs.  I wrote a basic test tool in Python if you're struggling to find anything that works for you.

are you sure?  from the u-hid page, analog input, they show the test screen up and running with the axes shown.  you can see it here.

http://www.u-hid.com/home/cms.php?page_id=7

i'd be happy to try your tool if you wouldn't mind sending it my way.

tony.silveira

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 697
  • Last login:September 27, 2024, 03:04:35 pm
    • my baby
Re: U-HID, what am i doing wrong?
« Reply #3 on: September 25, 2013, 11:34:50 pm »
has anyone else seen this issue and maybe figured out a fix?  working with andy on this but wondering if someone may have found a fix.

i updated the firmware and ran all my win7 64 bit updates so i'm fully up to date but still the same issue, buttons only and no axes' listed in the game control settings.

any thoughts?

degenatrons

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 364
  • Last login:March 29, 2016, 05:53:23 pm
    • KADE
Re: U-HID, what am i doing wrong?
« Reply #4 on: September 26, 2013, 04:34:49 am »
Here's a link to my basic test tool.
https://dl.dropboxusercontent.com/u/26054088/KADE/sticktest/sticktest.zip

To use it you should extract files to a folder and run sticktest.exe program.
The program will report out the number of hats, axis and buttons on the first connected joystick it finds.
Input from the device will be echoed to the screen - or to a log file if you use the command:

sticktest.exe > output.log



Hopefully this helps to figure out your problem.