1<html>
2
3<head>
4<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
5<meta name="ProgId" content="FrontPage.Editor.Document">
6<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8<base target="main">
9<title>Serial Interface (SI) Introduction</title>
10</head>
11
12<body>
13
14<h1>Serial Interface (SI) API</h1>
15
16<h2>Introduction</h2>
17
18<p>The serial interface (SI) library is a low-level library for managing communications with Nintendo GameCube Controllers and other devices connected to the Wii's Nintendo GameCube Controller Sockets (Controller Sockets). This low-level library is part of the PAD library.
19</p>
20
21<p>
22WPAD library (<CODE>wpadEmu[D].a</CODE>) also uses the SI library as a low-level library. (WPAD library is for UI Tool version 3, a type of Wii standard controller that connects to the Controller Sockets)</p>
23
24
25<h2>Notes</h2>
26<ul>
27<li>If you are using the WPAD library (<CODE>wpadEmu[D].a</CODE>) for UI Tool version 3, do not use the <A href="./SISetSamplingRate.html"><CODE>SISetSamplingRate</CODE></a> function, because internally, the WPAD library uses the <A href="./SISetSamplingRate.html"><CODE>SISetSamplingRate</CODE></a > function.
28</li>
29</ul>
30
31<h2>Currently Known Bugs</h2>
32<p>None.</p>
33
34<H2>Revision History</H2>
35<p>
362006/03/01 Initial version.<br>
37</p>
38
39<hr><p>CONFIDENTIAL</p></body>
40</html>