Home > Develop > IP Control > Simple IP control
Overview
Estimated reading time: 1 minute
Simple IP control is a TCP based low level protocol and is designed for people who are familiar with CIS (Custom Installation Services) and/or A/V control systems.
Simple IP control listening port is TCP 20060 on BRAVIA Professional Display. The data format of this protocol is 24 bytes fixed-size data, and it has many commands.
Enable Simple IP control
-
Enable remote device control
- [HOME] Settings
- Network and Internet
- Remote device settings
- Control remotely
- Enable
-
Enable “Simple IP control”
- [HOME] Settings
- Network and Internet
- Home network setup
- IP control
- Simple IP control
- Enable
Getting Started
The following is a simple example with netcat
command on Linux. It can send TCP data and communicate with BRAVIA Professional Display easily.
Connect to your BRAVIA Professional Display:
$ netcat [IP address] 20060
Send “Power Off” Request:
*SCPOWR0000000000000000
Response:
*SAPOWR0000000000000000
*SNPOWR0000000000000000
Last modified: 17 Jun 2022