multi.exe/multi.elf

Overview

This demo performs communications between multiple Wii console USB (COM) ports and a stand-alone PC. The USB (COM) ports are used for bidirectional communications.

The Wii sends data to the PC

Sends Wii calendar data.

The PC sends data to the Wii

Sends PC calendar data when the SEND button is clicked on the PC side.

Note:The multi demo uses Hio2If.

File Structure

Wii : src/multi-main.c, include/multi.h, HioIf/*
PC : vc++/multi/*, vc++/HioIf/*

Using the Demo

Wii

- A Button (Re)connecting to the PC
- B Button Disconnecting from the PC
- X Button Change the data transmission method (synchronous/asynchronous)
- Y Button Sends calendar data
PC

- SEND button Sends calendar data to the Wii
- CONNECT button (Re)connecting to the Wii
- DISCONNECT button Disconnecting from the Wii
- SYNC/ASYNC radio buttons Change the data transmission method (synchronous/asynchronous)

NB

See Also

Host I/O(HIO2) API

Revision History

2007/08/02 Corrected errors.
2006/03/01 Initial version.


CONFIDENTIAL