emukidid / swiss-gc

Swiss - The swiss army knife of GameCube homebrew
GNU General Public License v2.0
1.28k stars 93 forks source link

[Question]: USB Gecko Debug Output #775

Closed SquiddyGoat closed 1 year ago

SquiddyGoat commented 1 year ago

Describe your question

How is the "USB Gecko Debug Output" option supposed to be set up? I have a USBGecko plugged into Slot B with it's cable connected to my PC. I can load games through it just fine, but I'm not sure how to get the OSReport prints from it.

Attached is a screenshot of what swissserver.exe prints when this option is enabled.

EDIT: I'm running my games through BBA usually, but this also happens when running games from SD2SP2.

Add screenshots

img

Extrems commented 1 year ago

You need to use PuTTY in serial mode, or other terminal emulator. swissserver is for file serving.

SquiddyGoat commented 1 year ago

You need to use PuTTY in serial mode, or other terminal emulator. swissserver is for file serving.

I had to enable VCP in the driver settings, and the USBGecko port appeared as COM3.

I can read the debug output through PuTTY now, thank you.