ToadKing / wii-u-gc-adapter

Tool for using the Wii U GameCube Adapter on Linux
MIT License
240 stars 43 forks source link

Possible ASCII controller? #8

Open trevor403 opened 9 years ago

trevor403 commented 9 years ago

This document for a homebrew adapter talks about how support for the ASCII controller was discovered and implemented in the software. Could this theory be put into this software so we can use both the keyboard and the controller parts (it's a two port controller)?

http://www.raphnet.net/electronique/gc_n64_usb/index_en.php

ToadKing commented 9 years ago

I don't have an actual ASCII controller to test with, but my feeling is it won't work since I believe the ASCII controller has a different payload format than normal controllers.

flibitijibibo commented 9 years ago

I actually got my hands on one of these today:

https://twitter.com/flibitijibibo/status/595298603201122304

I'm looking at the input stream with the old Gist script and it looks like it doesn't even recognize when the keyboard is plugged in... that said, it may just require something like what these docs recommend:

http://hitmen.c02.at/files/yagcd/yagcd/chap9.html#sec9.2.1 http://hitmen.c02.at/files/yagcd/yagcd/chap9.html#sec9.3.3

I'll look into the OP link next.