raphnet / gc_n64_usb-v3

Gamecube/N64 to USB adapter firmware (3rd generation)
http://www.raphnet.net/electronique/gcn64_usb_adapter_gen3/index_en.php
GNU General Public License v3.0
42 stars 10 forks source link

Brawler 64 Wireless Edition not supported #7

Closed MjhX closed 3 years ago

MjhX commented 3 years ago

Unlike the original Brawler 64 (as tested by Utilisateur), the wireless edition of the Brawler 64 controller that was just released does not work with the adapter in 3.6.

raphnet commented 3 years ago

Yes, I have heard of this and already ordered a Brawler 64 wireless on the way. Hopefully it will be a simple fix...

raphnet commented 3 years ago

This is fixed in release 3.6.1.

The brawler 64 wireless gamepad does not like when the get caps command is followed too closely by the get status command. Without a long pause between the two commands, it just returns all zeros.

The workaround was to add a pause between the two commands, when the poll_interval setting allows it. This means that the Brawler 64 wireless edition will work on 3.6.1 with a poll interval setting >= 2ms, and on dual port adapters, >= 4ms.

MjhX commented 3 years ago

Alright, thank you. I'll be waiting for the 3.6.1 release.

On Thu, Mar 4, 2021 at 9:33 PM Raphaël Assenat notifications@github.com wrote:

This is fixed in release 3.6.1.

The brawler 64 wireless gamepad does not like when the get caps command is followed too closely by the get status command. Without a long pause between the two commands, it just returns all zeros.

The workaround was to add a pause between the two commands, when the poll_interval setting allows it. This means that the Brawler 64 wireless edition will work on 3.6.1 with a poll interval setting >= 2ms, and on dual port adapters, >= 4ms.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/raphnet/gc_n64_usb-v3/issues/7#issuecomment-791145720, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACQ5D3XAKD55L7Z2V2T55X3TCBNJZANCNFSM4WPGNCMQ .

raphnet commented 3 years ago

Later there will be a new adapter manager release which will include this new firmware, but if you want to try it now, it can be downloaded from here: https://www.raphnet.net/electronique/gcn64_usb_adapter_gen3/index_en.php#releases

MjhX commented 3 years ago

Alright, thanks.

On Sun, Mar 7, 2021 at 10:28 PM Raphaël Assenat notifications@github.com wrote:

Later there will be a new adapter manager release which will include this new firmware, but if you want to try it now, it can be downloaded from here: https://www.raphnet.net/electronique/gcn64_usb_adapter_gen3/index_en.php#releases

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/raphnet/gc_n64_usb-v3/issues/7#issuecomment-792474299, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACQ5D3SSICRSI3ZBGN72AO3TCRN6DANCNFSM4WPGNCMQ .