Compatible Novo Devices
Most Novo devices can be controlled via Ethernet or Wi-Fi through TCP connection.
- NovoTouch: EK3 series
- NovoDisplay: DK3 series
- NovoDS: Gen-2 series (DS110, DS 210, and DS310)
Commands
There are two types of commands
- SET Commands: allow users to set parameters on devices
- GET Commands: allow users to retrieve status from devices
SET Commands
# | Function | Description | Command (ASCII string) |
1 | Power On | Turn on / Wake up the device | wakeup |
2 | Standby | Set the device entering to idle mode | standby |
3 | Select Video Source | Select a specific video input source, e.g. HDMI-1, VGA, DP, etc. | source hdmi1 source hdmi2 source VGA source android |
4 | Set Audio Volume | Set the audio volume value from 0 to 100 | volume <value> For example: volume 50 |
5 | Mute | Set the audio output mute | mute |
6 | Unmute | Set the audio output unmute | unmute |
7 | Set Backlight Level | set the backligh level from 0 to 100 | backlight <value> For example: backlight 60 |
GET Commands
# | Function | Description | Command (ASCII string) | Return Value (ASCII string) |
1 | Power Status | Retrieve the power status – power-on or standby | powerstate | standby wakeup |
2 | Video Source Status | Retrieve the current video source | sourcestate | hdmi1 hdmi2 VGA android |
3 | Audio Volume Status | Retrieve the current value of audio volume | volstate | 0~100 |