Yamaha CS-700 Integrators Reference Guide
14
echo
Description:
This will make sure the users of the CLI on telnet can see what they are typing by allowing
commands to be echoed back.
Property Actions:
set
Command Definition:
Action
Definition
set
set echo <0|1>
Parameters:
Parameter
Description
0
Turn off screen echo
1
Turn on screen echo
CLI Format Examples:
set echo 1
Supported Products: CS700-AV, CS700-SP
Available in API Version: 1.0
4
Library Interface
Integrators wanting to communicate programmatically with the CS-700 for device management or operational
control will find it most convenient to use the CS-700 Management Library. This is a C library that is available for
Windows, and MacOS. It enables developers to access the device using higher-level functions without needing to
directly manage the low-level USB HID or bulk interface.
The library supports these features:
•
Connect to a device via USB
•
Transmit API commands
•
Receive API responses and asynchronous notifications
•
Upgrade firmware
•
Download logs
•
Import and export configuration files
The API commands are described in section 5,
If the host is connected directly to the device via USB, then a client application can communicate via the USB
interface.
The Library interface is described below.