Page 75 of 80

Re: USB4MAPLE adapter

Posted: Thu Apr 10, 2025 2:39 pm
by megavolt85
Jaxel wrote: Thu Apr 10, 2025 2:00 pm Hori Wireless Fight Stick 3 still reporting this
when pressing buttons, the line with their status is displayed?
Jaxel wrote: Thu Apr 10, 2025 2:00 pm ChImp reports the following
based on the log, it should work correctly, I don't understand what's going on with it, maybe it transmits something else that we don't see in the log

Re: USB4MAPLE adapter

Posted: Thu Apr 10, 2025 2:44 pm
by Jaxel
megavolt85 wrote: Thu Apr 10, 2025 2:39 pm
Jaxel wrote: Thu Apr 10, 2025 2:00 pm Hori Wireless Fight Stick 3 still reporting this
when pressing buttons, the line with their status is displayed?

Code: Select all

01 00 0F 80 80 80 80 00 00 00 00 00 00 00 FF 00 00 00 00 - BUTTON 1 (square)
02 00 0F 80 80 80 80 00 00 00 00 00 00 FF 00 00 00 00 00 - BUTTON 2 (cross)
04 00 0F 80 80 80 80 00 00 00 00 00 FF 00 00 00 00 00 00 - BUTTON 3 (circle)
08 00 0F 80 80 80 80 00 00 00 00 FF 00 00 00 00 00 00 00 - BUTTON 4 (triangle)
10 00 0F 80 80 80 80 00 00 00 00 00 00 00 00 FF 00 00 00 - BUTTON 5 (L1)
20 00 0F 80 80 80 80 00 00 00 00 00 00 00 00 00 FF 00 00 - BUTTON 6 (R1)
40 00 0F 80 80 80 80 00 00 00 00 00 00 00 00 00 00 FF 00 - BUTTON 7 (L2)
80 00 0F 80 80 80 80 00 00 00 00 00 00 00 00 00 00 00 FF - BUTTON 8 (R2)
00 01 0F 80 80 80 80 00 00 00 00 00 00 00 00 00 00 00 00 - BUTTON 9 (select)
00 02 0F 80 80 80 80 00 00 00 00 00 00 00 00 00 00 00 00 - BUTTON 10 (start)
00 10 0F 80 80 80 80 00 00 00 00 00 00 00 00 00 00 00 00 - BUTTON 13 (home)

00 00 00 80 80 80 80 00 00 FF 00 00 00 00 00 00 00 00 00 - HAT-U (D-PAD)
00 00 01 80 80 80 80 FF 00 FF 00 00 00 00 00 00 00 00 00 - HAT-UR (D-PAD)
00 00 02 80 80 80 80 FF 00 00 00 00 00 00 00 00 00 00 00 - HAT-R (D-PAD)
00 00 03 80 80 80 80 FF 00 00 FF 00 00 00 00 00 00 00 00 - HAT-DR (D-PAD)
00 00 04 80 80 80 80 00 00 00 FF 00 00 00 00 00 00 00 00 - HAT-D (D-PAD)
00 00 05 80 80 80 80 00 FF 00 FF 00 00 00 00 00 00 00 00 - HAT-DL (D-PAD)
00 00 06 80 80 80 80 00 FF 00 00 00 00 00 00 00 00 00 00 - HAT-L (D-PAD)
00 00 07 80 80 80 80 00 FF FF 00 00 00 00 00 00 00 00 00 - HAT-UL (D-PAD)

Re: USB4MAPLE adapter

Posted: Thu Apr 10, 2025 3:00 pm
by megavolt85
test Hori Wireless Fight Stick 3

Re: USB4MAPLE adapter

Posted: Thu Apr 10, 2025 6:03 pm
by Jaxel
megavolt85 wrote: Thu Apr 10, 2025 3:00 pm test Hori Wireless Fight Stick 3
Working perfectly.

Re: USB4MAPLE adapter

Posted: Thu Apr 10, 2025 6:09 pm
by Jaxel
megavolt85 wrote: Thu Apr 10, 2025 3:00 pm test Hori Wireless Fight Stick 3
The ChImp Board seems to be working with this build too!

Re: USB4MAPLE adapter

Posted: Thu Apr 10, 2025 6:12 pm
by RazorX
VM2 & USB4Maple Organiser v0.13 Update (10/04/2025)
viewtopic.php?p=194223
  • Renamed the main database to 'Standard.dat' and 'Custom.dat' is now blank and is only used for when you want to add your own entries.
  • Added a button in settings to allow you to update the 'Standard.dat' and 'GID.dat' databases, That way i can keep them up to date without having to post a new version, Just be sure to update every now and again.
v0.12 and below:
Before extracting v0.13 and overwriting the files, If you have already added custom entries then be sure to move the database to somewhere else first as it will be overwritten with a blank 'Custom.dat' when you overwrite the files from v0.13.
Once you have extracted v0.13 you can add your custom entries back into the now blank 'Custom.dat' and everything should be good.
NOTE when updating the databases through the app, It will only update 'Standard.dat' and 'GID.dat', It will not touch the 'Custom.dat' so don't worry about your custom entries going forward.

Re: USB4MAPLE adapter

Posted: Thu Apr 10, 2025 6:12 pm
by megavolt85
Jaxel wrote: Thu Apr 10, 2025 6:09 pm The ChImp Board seems to be working with this build too!
it's very strange because i didn't do anything for chimp :)

Re: USB4MAPLE adapter

Posted: Mon Apr 14, 2025 11:31 am
by TurboAleman
Hi Megavolt, working on similar Project but struggling to get usb host working good, I have used PicoUsb lib and Tyni but looks like these are to slow, do you have any advice for me? To much appreciated.

Re: USB4MAPLE adapter

Posted: Mon Apr 14, 2025 11:51 am
by megavolt85
to be honest I don't even know how to help, I use the same libraries as you, the only change in tinyusb that I made is xinput support.

Re: USB4MAPLE adapter

Posted: Mon Apr 14, 2025 12:37 pm
by TurboAleman
megavolt85 wrote: Mon Apr 14, 2025 11:51 am to be honest I don't even know how to help, I use the same libraries as you, the only change in tinyusb that I made is xinput support.
Thanks for the info! At least now I know Tiny usb should work and I’m doing something wrong