wii-u-gc-adapter icon indicating copy to clipboard operation
wii-u-gc-adapter copied to clipboard

Possible ASCII controller?

Open trevor403 opened this issue 10 years ago • 2 comments
trafficstars

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

trevor403 avatar Dec 31 '14 07:12 trevor403

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.

ToadKing avatar Feb 08 '15 21:02 ToadKing

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.

flibitijibibo avatar May 04 '15 19:05 flibitijibibo