ToadKing/wii-u-gc-adapter

Possible ASCII controller?

Opened this issue · 2 comments

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

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.

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.