<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Wii under port accessible??</title>
<description> Is it possible to connect a microcontroller or external device to the port that is under the wii.
I want to make an homebrew application that will drive the external device that I will make.
What are the protocols? What are the pinouts?

Thanks for your anwser in advance.</description><link>http://forum.wiibrew.org/read.php?7,68253,68253#msg-68253</link><lastBuildDate>Thu, 18 Jun 2026 10:15:32 +0200</lastBuildDate>
<generator>Phorum 5.2.23</generator>
<item>
<guid>http://forum.wiibrew.org/read.php?7,68253,68365#msg-68365</guid>
<title>Re: Wii under port accessible??</title><link>http://forum.wiibrew.org/read.php?7,68253,68365#msg-68365</link><description><![CDATA[ You don&#039;t need libusb. libogc contains USB functions that are similar to the ones implemented by libusb: [<a href="http://devkitpro.svn.sourceforge.net/viewvc/devkitpro/trunk/libogc/gc/ogc/usb.h?revision=4665&view=markup" rel="nofollow">devkitpro.svn.sourceforge.net</a>]<br /><br />For examples of how to use them, try the source code from libogc&#039;s usbmouse and usbkeyboard files:<br />[<a href="http://devkitpro.svn.sourceforge.net/viewvc/devkitpro/trunk/libogc/libogc/usbmouse.c?revision=4744&view=markup" rel="nofollow">devkitpro.svn.sourceforge.net</a>]<br />[<a href="http://devkitpro.svn.sourceforge.net/viewvc/devkitpro/trunk/libogc/libwiikeyboard/usbkeyboard.c?revision=4643&view=markup" rel="nofollow">devkitpro.svn.sourceforge.net</a>]]]></description>
<dc:creator>tueidj</dc:creator>
<category>Hardware</category><pubDate>Mon, 31 Oct 2011 08:14:34 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?7,68253,68361#msg-68361</guid>
<title>Re: Wii under port accessible??</title><link>http://forum.wiibrew.org/read.php?7,68253,68361#msg-68361</link><description><![CDATA[ These boards seem to fit perfectly my project. I&#039;ll command one soon.<br />I can&#039;t find any wiibrew project that use libusb, and the devkit ppc don&#039;t contain any libusb in portlibs.<br /><br />I found on the TeensyUsb site that you can send custom ios from/to usb with rawhid functions.<br />[<a href="http://www.pjrc.com/teensy/rawhid.html" rel="nofollow">www.pjrc.com</a>]<br />And that&#039;s the kind of function that I want to call from the wii program.<br /><br />Where can I download libusb ported for the wii?]]></description>
<dc:creator>holy_artefact</dc:creator>
<category>Hardware</category><pubDate>Mon, 31 Oct 2011 03:20:48 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?7,68253,68314#msg-68314</guid>
<title>Re: Wii under port accessible??</title><link>http://forum.wiibrew.org/read.php?7,68253,68314#msg-68314</link><description><![CDATA[ Sure, you can talk to any USB device as long as you know how it operates. A Teensy USB dev board would probably cost less than $20 and provides 25 I/O signals (or pay a bit more and get 46 I/Os).]]></description>
<dc:creator>tueidj</dc:creator>
<category>Hardware</category><pubDate>Mon, 24 Oct 2011 17:55:32 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?7,68253,68312#msg-68312</guid>
<title>Re: Wii under port accessible??</title><link>http://forum.wiibrew.org/read.php?7,68253,68312#msg-68312</link><description><![CDATA[ I am making a multi console modding project, which is every major nintendo consoles from the NES to the Wii combined into one "box".<br />What I want is simply translate wiimote button presses into NES/SNES/N64 simulated controller button press.<br />So from my perspective, I want to play real NES games with my wiimote/gamecube controller.<br />I think I will go with Wiimote -&gt; Wii (homebrew program) -&gt; USB (libusb) -&gt; Custom microcontroller -&gt; NES control port -&gt; NES.<br />The Gamecube memory card option is not good for me because I don&#039;t want to remove my memory cards when I play other consoles.<br /><br />I am not familiar with the protocol of USB. Do you think I can send custom I/Os with the current version of libusb with the Wii?]]></description>
<dc:creator>holy_artefact</dc:creator>
<category>Hardware</category><pubDate>Mon, 24 Oct 2011 15:34:26 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?7,68253,68267#msg-68267</guid>
<title>Re: Wii under port accessible??</title><link>http://forum.wiibrew.org/read.php?7,68253,68267#msg-68267</link><description><![CDATA[ It really depends what you want to do. The USB functions in libogc basically match libusb, but if you want a low level interface there&#039;s also the gamecube memory card slots (known as EXI).]]></description>
<dc:creator>tueidj</dc:creator>
<category>Hardware</category><pubDate>Sat, 22 Oct 2011 10:17:49 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?7,68253,68266#msg-68266</guid>
<title>Re: Wii under port accessible??</title><link>http://forum.wiibrew.org/read.php?7,68253,68266#msg-68266</link><description><![CDATA[ Ohh... My bad! I thought that it was a serial port like every console nintendo had but as I opened it, it was the coin battery holder.<br /><br />Anyway I will change my question.<br />How to communicate with external devices.<br />Maybe I&#039;ll have to resign to use the USB connectors and make an homebrew application that use it.]]></description>
<dc:creator>holy_artefact</dc:creator>
<category>Hardware</category><pubDate>Sat, 22 Oct 2011 06:22:04 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?7,68253,68264#msg-68264</guid>
<title>Re: Wii under port accessible??</title><link>http://forum.wiibrew.org/read.php?7,68253,68264#msg-68264</link><description><![CDATA[ What port are you talking about?]]></description>
<dc:creator>tueidj</dc:creator>
<category>Hardware</category><pubDate>Sat, 22 Oct 2011 04:50:26 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?7,68253,68253#msg-68253</guid>
<title>Wii under port accessible??</title><link>http://forum.wiibrew.org/read.php?7,68253,68253#msg-68253</link><description><![CDATA[ Is it possible to connect a microcontroller or external device to the port that is under the wii.<br />I want to make an homebrew application that will drive the external device that I will make.<br />What are the protocols? What are the pinouts?<br /><br />Thanks for your anwser in advance.]]></description>
<dc:creator>holy_artefact</dc:creator>
<category>Hardware</category><pubDate>Fri, 21 Oct 2011 06:05:06 +0200</pubDate></item>
</channel>
</rss>