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.
HioDemoPC
or HioDemoPCCpp
) on the PC.None.
HioDemo
will not run normally and will stop in mid-execution.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
CONFIDENTIAL