hio - HioDemoPC Demo

Description

This sample uses HostIO to communicate on the host side (on the PC).
Visual Studio and the HioDemoCTR sample for the CTR system are required to run this demo.

Required Environment

How to Use

None.

Notes

Execution Procedure

A command prompt is launched when you execute Start Debug on Visual Studio, and the PC will wait for connection of the CTR system.
Next, the following log is output to the command prompt when HioDemoCTR on the CTR system is executed using PARTNER-CTR Debugger.

HostIO Library Version: 9
START
===== Serial IO Sample =====
open
write
write size: 8
flush
read size: 8
read data: 'Hello!!'
disconnect.
close.
===== Shared Memory Sample =====
shared memory size: 32699
read data: 'Ping!!'
read data: 'Pong!!'
write data: 'Pong!!'
read data: 'Ping!!'
END

Revision History

2011/02/02
Initial version.

CONFIDENTIAL