Infobit iTrans WP70HBC API Commands V1.0

2 x 1 USB-C & HDMI over HDBT 3.0 Wall Plate Extender Kit (Tx + Rx)

RS232 Default Setting

Parameters Value
Baud Rate 115200 bps
Data bits 8 bits
Parity None
Stop bits 1 bit
Flow control None

Command Description

Take Command SET SW in out<CR><LF> as an example:

  1. [SET SW] denotes command key words, case insensitive.
  2. [in out] denotes parameters, case insensitive; incorrect parameters will not be recognized.
  3. <CR><LF> denotes a carriage return or a line feed; all commands must be ended up with a carriage return or a line feed.

System Setting

# Function Command Example
1 Factory reset Command:
RESET<CR><LF>
Return:
RESET<CR><LF>
Description:
Reset the device.
Command:
RESET<CR><LF>
Return:
RESET<CR><LF>
Description:
Factory reset all boards
2 System reboot Command:
REBOOT<CR><LF>
Return:
REBOOT<CR><LF>
Command:
REBOOT<CR><LF>
Return:
REBOOT<CR><LF>
3 Get the API list Command:
help<CR><LF>
Return:
XXXX
Command:
help<CR><LF>
Return:
XXXX

Firmware Update

# Function Command Example
4 Get selected target firmware version Command:
GET VER target <CR><LF>
Return:
VER target prm<CR><LF>
Parameter:
target = {all, MCU, MCDP5200, TPS65988, .....}
prm = {...} // According to actual firmware version.
Note: MCDP520 and TPS65988 are available for transmitter only.
Command:
GET VER all <CR><LF>
Return:
VER module1 V1.2<CR>
VER module2 V1.3<CR>
VER module3
V1.4<CR><LF>
Description:
Get selected target app firmware version.
5 Upgrade module Command:
UPG [prm] <CR><LF>
Return:
UPG [prm] <CR><LF>
Parameter:
prm= {MCU, MCDP5200, TPS65988}
Note: MCDP520 and TPS65988 are available for transmitter only.
Command:
UPG MCU<CR><LF>
Return:
UPG MCU<CR><LF>
Description:
Upgrade module.

Switching

# Function Command Example
6 Switch one Input to Output
Note: This command is available for transmitter only.
Command:
SET SW in out<CR><LF>
Return:
SW in out<CR><LF>
Parameter:
in = {typec, hdmi}
out = {out}
Description:
SW is short for Switch. Switch one input source to one output sink.
Command:
SET SW hdmi out<CR><LF>
Return:
SW hdmi out<CR><LF>
Description:
Switch hdmi input to output.
7 Get which input is mapping to the Output
Note: This command is available for transmitter only.
Command:
GET MP out<CR><LF>
Return:
Mp in out<CR><LF>
Parameter:
in = {typec, hdmi};
out = {out}
Description:
MP is short for mapping.
Command:
GET MP out<CR><LF>
Return:
MP hdmi out<CR><LF>
Description:
Current selected input source is hdmi.
# Function Command Example
8 Set Auto Switch Function to on/off
Note: This command is available for transmitter only.
Command:
SET AUTOSW_FN prm <CR><LF>
Return:
AUTOSW_FN prm <CR><LF>
Parameter:
prm = {on, off}
Description:
When the prm is on, Auto Switch Function is in active status.
When the prm is off, Auto Switch Function is in inactive status.
Command:
SET AUTOSW_FN on <CR><LF>
Return:
AUTOSW_FN on <CR><LF>
Description:
Set Auto Switch Function to on.
9 Get Auto Switch Function on/off Status Command:
GET AUTOSW_FN <CR><LF>
Return:
AUTOSW_FN prm <CR><LF>
Parameter:
prm = {on, off}
Description:
Get Auto Switch Function is in active status or inactive status.
Command:
GET AUTOSW_FN <CR><LF>
Return:
AUTOSW_FN on <CR><LF>
Description:
Get Auto Switch mode is in active status or inactive status. The result is in active status.

CEC Control

# Function Command Example
10 Send CEC command to control display on/off Command:
SET CEC_PWR out prm<CR><LF>
Command:
SET CEC_PWR out on<CR><LF>
Return:
11 Enable/disable CEC automatic control of display off
Note: This command is available for transmitter only.
Command:
SET AUTOCEC FN out prm<CR><LF>
Return:
AUTOCEC FN out prm<CR><LF>
Parameter:
prm = {on, off}
out = {out}
Command:
SET AUTOCEC_FN out on<CR><LF>
Return:
AUTOCEC FN out on<CR><LF>
Description:
Enable CEC automatic control of display off.
12 Get if CEC automatic control of display off is enabled
Note: This command is available for transmitter only.
Command:
GET AUTOCEC_FN out<CR><LF>
Return:
AUTOCEC FN out prm<CR><LF>
Parameter:
prm = {on, off}
out = {out}
Command:
GET AUTOCEC_FN out<CR><LF>
Return:
AUTOCEC_FN out1 on<CR><LF>
Description:
Get if CEC automatic control of display off is enabled, the result is yes.
# Function Command Example
13 Set the delay time to control the display off through CEC when no active signal is present
Note: This command is available for transmitter only.
Command:
SET AUTOCEC_D out prm<CR><LF>
Return:
AUTOCEC_D out prm<CR><LF>
Parameter:
out = {out}
prm = {1, 2, 3...,}
// According to the actual time counter, 1 means 1 minute, 2 means 2 minutes, default waiting time is 2 minutes, maximum waiting time is 30 minutes. 0 means when no active signal is present, the display will power off automatically.
Description:
AUTOCEC_D is short for CEC auto Power Delay Timing.
Command:
SET AUTOCEC_D out<CR><LF>
Return:
AUTOCEC_D out<CR><LF>
Description:
Set the delay time for HDMI output to control the display off through CEC as 2 minutes, i.e. when no active signal is present at HDMI output for 2 minutes, it will automatically send CEC command to control its attached display off.
14 Get the delay time to control the display off through CEC when no active signal is present
Note: This command is available for transmitter only.
Command:
GET AUTOCEC_D out<CR><LF>
Return:
AUTOCEC_D out prm<CR><LF>
Parameter:
out = {out}
prm = {1, 2, 3...,}
// According to the actual time counter, 1 means 1 minute, 2 means 2 minutes, default waiting time is 2 minutes, maximum waiting time is 30 minutes. 0 means when no active signal is present, the display will power off automatically.
Description:
AUTOCEC_D is short for CEC auto Power Delay Timing.
Command:
GET AUTOCEC_D out<CR><LF>
Return:
AUTOCEC_D out 2 <CR><LF>
Description:
Get the delay time for HDMI OUT to send CEC command to control the display off when no signal is present at HDMI OUT, and the result is 2 minutes.

RS232

# Function Command Example
15 Set UART baud rate Command:
SET UART_B prm1 prm2<CR><LF>
Return:
UART_B prm1 prm2<CR><LF>
Parameter:
prm1 = {uart1}
prm2= {9600, 19200, 38400, 57600, 115200}
Command:
SET UART_B uart1 9600<CR><LF>
Return:
UART_B uart1 9600<CR><LF>
Description:
Set UART1 baud rate to 9600.

PDF preview unavailable. Download the PDF instead.

iTrans-WP70HBC-API-Command-V1.0 macOS Version 13.0.1 (Build 22A400) Quartz PDFContext

Related Documents

Preview Infobit iTrans WP70HBC User Manual: 2x1 USB-C & HDMI over HDBT 3.0 Extender
Comprehensive user manual for the Infobit iTrans WP70HBC, a 2x1 USB-C & HDMI over HDBT 3.0 wall plate extender kit. Covers features, specifications, installation, wiring, power supply, and RS232 control for both transmitter (Tx) and receiver (Rx) units.
Preview Infobit iTrans WP70HBC Datasheet: 2x1 USB-C & HDMI over HDBT 3.0 Extender Kit
Datasheet for the Infobit iTrans WP70HBC, a 2x1 USB-C & HDMI over HDBT 3.0 Wall Plate Extender Kit. Learn about its features, specifications, transmission distances, and wiring.
Preview Infobit iTrans F1000: 18Gbps HDMI over Optical Fiber Extender with Audio Extracting - User Manual
User manual for the Infobit iTrans F1000, an 18Gbps HDMI over Optical Fiber Extender with Audio Extracting. This document details the product's features, technical specifications, connection details, operational controls for transmitter and receiver units, IR pin definitions, optical fiber modules, and provides an application example. It covers extending HDMI signals up to 10 km with support for 4K2K@60Hz resolution, audio embedding, audio extraction, bidirectional IR control, and RS-232 pass-through.
Preview Infobit iTrans E100HCU User Manual: 18Gbps HDBaseT 2.0 Extender for HDMI & USB-C
User manual for the Infobit iTrans E100HCU, detailing its features, specifications, and operation for the 18Gbps HDMI/USB-C over HDBaseT 2.0 Extender with USB 2.0, supporting up to 4K60 resolution and 100m transmission.
Preview Infobit iShare X Control Commands and RS232/Telnet TCP Reference
Detailed command reference for the Infobit iShare X BYOM presentation system. Covers RS232 and Telnet TCP commands for managing HDMI, Wi-Fi, audio, system settings, and device sharing. Essential technical guide.
Preview Infobit iWall 209 Ultra HD Video Wall Processor User Manual
User manual for the Infobit iWall 209, an Ultra HD Video Wall Controller supporting HDMI 2.0, HDCP 2.2, multi-resolution outputs, RS-232/TCP/IP control, and CEC control. Includes specifications, setup guides, and PC tool usage.
Preview INFOBIT Product Catalog 2023: ProAV Solutions for Collaboration
Discover INFOBIT's 2023 Product Catalog, featuring advanced ProAV solutions for modern collaboration. Explore a wide range of products including conference cameras, presentation systems, audio-visual control, and connectivity devices designed to enhance meeting room and digital signage experiences.
Preview INFOBIT iTrans USB32-S: USB 3.2 5Gbps Switcher for Seamless BYOM/BYOD in Teams Rooms & Zoom Rooms
Explore the INFOBIT iTrans USB32-S, a USB 3.2 5Gbps switcher enabling BYOM/BYOD in Lenovo ThinkSmart Microsoft Teams Rooms and Zoom Rooms. This solution seamlessly integrates high-quality USB conferencing devices, enhancing collaboration and meeting equity.