Blackbird 4K Pro 4x4 HDMI® True Matrix

Part Number: PN 15378

Document Type: RS-232 GUIDE

Introduction

This Blackbird™ device can be controlled by a computer using an RS-232 serial connection and by issuing commands using RS-232 control software.

Connection

This device includes a DB-9 male to female RS-232 serial cable, which is used to connect your PC to the matrix. If your PC lacks a DB-9 serial port, you will need to use a USB to Serial adapter cable (available separately P/N 3726).

RS-232 GUI Control

This device includes software, which allows you to directly control it using either an Ethernet or RS-232 connection. Simply copy MatrixController.exe to your PC and double-click the file to launch it. Note that the EDID® Selector on the side panel must be set to 1111 to allow for PC control.

General Screen

Image of the Blackbird 4K Pro 4x4 HDMI True Matrix device. The front panel features an ON/OFF power switch, an indicator light, and labeled output ports (OUTPUT A, OUTPUT B, OUTPUT C, OUTPUT D), each with multiple input selection indicators.

Screenshot of the '4x4 HDMI Matrix Controller' software's General screen. Key elements include: 'Control mode select' with radio buttons for 'COM control mode' and 'TCP control mode' (labeled 1), a 'Port' dropdown menu (labeled 2), a 'Connect' button (labeled 3), fields for 'Matrix IP' and 'Device Information' (labeled 9), a 'Status' button (labeled 10), a 'Clear' button (labeled 11), and checkboxes for 'Enable IR control' (labeled 6) and 'Enable beep' (labeled 7).

Perform the following steps to connect your PC to the matrix:

  1. Click the radio button to the left of COM control mode (1).
  2. Use the pull-down list box to select the COM Port used (2).
  3. Click the Connect button (3) to make the connection.
  4. Click the Status button (10) to display Device Information (9).

EDID Screen

Screenshot of the '4x4 HDMI Matrix Controller' software's EDID screen. It allows manual mode EDID selection, copying EDID from outputs to inputs, and opening EDID files. Options include 'Set EDID mode' (labeled 1), 'Copy EDID from Out1 to In1' (labeled 5), and 'Open EDID' (labeled 8).

The EDID screen allows you to either directly set a specific EDID® set from the built-in EDID table, copy the EDID from one of the outputs, or load EDID from a file on your PC.

Matrix Screen

Screenshot of the '4x4 HDMI Matrix Controller' software's Matrix screen. This screen displays four outputs, each showing input selections. Users can click number buttons (labeled 2) to select an input directly or use left/right arrow buttons (labeled 3) to cycle through available inputs for each output.

FW Upgrade Screen

Screenshot of the '4x4 HDMI Matrix Controller' software's FW Upgrade screen. It features fields to 'Open FW file' (labeled 1), display file path (labeled 2), show upgrade progress (labeled 3), an 'Upgrade' button (labeled 4), a 'Messages' area (labeled 5), and a 'Clear' button (labeled 6).

In the event that updated firmware is available, you can apply the new firmware from the FW Upgrade screen. Perform the following steps to upgrade your firmware:

  1. Open your web browser and type www.monoprice.com into the address bar.
  2. Enter 15378 in the search bar on the Monoprice™ website to get to the product page.
  3. Scroll to the bottom of the page and locate the Support Files section. Download the updated firmware zip file.
  4. Extract the firmware file from the zip file.
  5. Click the folder icon (1) to open the file browser. Locate and select the firmware file. The file path is displayed in the area to the left of the folder icon (2).
  6. Click the Upgrade button (4). The upgrade progress is displayed in the area to the left of the button (3).

RS-232 Command Control

Rather than GUI control, you can also issue direct commands using a third-party RS-232 control software package, such as CommWatch.exe, whose interface is depicted below.

Screenshot of a third-party RS-232 control software, likely CommWatch.exe. The interface includes a 'Parameter Configuration area' with fields for Port, Baud Rate, Parity, Byte, and Stop bits. It also shows a 'Monitoring area' indicating command success, a 'Command Sending area', and buttons for 'Reset', 'Clear', 'Save To File', 'Hex View', 'Stop View', 'Auto Clear View', 'New Line', 'Hex Send Mode', 'Auto Send', 'Interval', 'Counter Reset', 'Send', and 'Load File'.

Set the communications parameters to the following:

RS-232 Commands

The following commands are in hex, not ascii, so you should select the Hex Send Mode option in your command software before issuing commands. Note that each command is 13 bytes long.

Checksum

Many of the following commands require that a checksum be included as part of the command. This ensures that the command is input correctly. The checksums must be calculated in hex mode. We suggest you use a calculator with a hex mode option. Calculate the checksum using the following formula:

Checksum = 0x100 – (0xa5+0x5b+0x02+0x03+input port+0x00+output port+0x00+0x00+0x00+0x00+0x00)

Port Switching

The following command allows you to switch the input for a given output.

0xa5+0x5b+0x02+0x03+input port(1~4)+0x00+output port(1~4)+0x00+0x00+0x00+0x00+0x00+checksum

For example, to set Output 2 to Input 1, issue the following command:

A5 5B 02 03 02 00 01 00 00 00 00 00 F8

Port Query

Issue the following command to display which input is selected for a given output.

Send Package: A5 5B 02 01 01 00 00 00 00 00 00 00 FC

Receive Package: A5 5B 02 01 01 00 01 00 00 00 00 00 FB

The red 01 in the Send Package is the output port number. Replace it with a 02, 03, or 04 if you want to query a different output port.

The blue 01 in the Receive Package is the input port number. It will be 02, 03, or 04 if a different input port is connected.

EDID Set

The following command allows you to specify which EDID® to use from the internal EDID table for one or all inputs.

0xa5+0x5b+0x03+0x02+Edid index(1~15)+0x00+input port(0~4)+0x00+0x00+0x00+0x00+0x00+checksum

Note that using 00 for the input port indicates all inputs.

IndexEDIDIndexEDID
1SE_1080I_209SE_3D_71
2SE_1080I_5110SE_4K2K_20
3SE_1080I_7111SE_4K2K_51
4SE_1080P_2012SE_4K2K_71
5SE_1080P_5113SE_DVI_1024_768
6SE_1080P_7114SE_DVI_1920_1080
7SE_3D_2015SE_DVI_1920_1200
8SE_3D_51

EDID Copy

The following command allows you to copy the EDID® settings from a device connected to one of the outputs to one or all inputs.

0xa5+0x5b+0x03+0x04+output port (1~4)+0x00+input port(0~4)+0x00+0x00+0x00+0x00+0x00+checksum

Note that using 00 for the input port indicates all inputs.

Output Hot Plug Detect Status

Issue the following command to display the Hot Plug Detect (HPD) status of one of the outputs.

Send Package: A5 5B 01 05 01 00 00 00 00 00 00 00 F9

Receive Package: A5 5B 01 05 01 00 FF 00 00 00 00 00 FA

The red 01 in the Send Package is the output port number. Replace it with a 02, 03, or 04 if you want to query a different output port.

The blue FF in the Receive Package indicates that HPD is Low. It will change to 00 if the HPD status is High.

Input Port Status

Issue the following command to display whether an input is connected.

Send Package: A5 5B 01 04 01 00 00 00 00 00 00 00 FA

Receive Package: A5 5B 01 04 01 00 FF 00 00 00 00 00 FB

The red 01 in the Send Package is the input port number. Replace it with a 02, 03, or 04 if you want to query a different output port.

The blue FF in the Receive Package indicates that there is no cable connection. It will change to 00 if there is a cable connection.

Beep On/Off

The following command allows you to turn on or off the beep that sounds when a front panel button is pressed.

0xa5+0x5b+0x06+0x01+Beep onoff(0x0f:ON; 0xf0:OFF)+0x00+0x00+0x00+0x00+0x00+0x00+0x00+checksum

Beep Status

Issue the following command to display the status of the beep that sounds when a front panel button is pressed.

Send Package: A5 5B 01 0B 00 00 00 00 00 00 00 00 F4

Receive Package: A5 5B 01 0B 00 00 FF 00 00 00 00 00 F5

The blue FF indicates that the beep is off. It will change to 00 if the beep is on.

IR Codes

The following codes conform to NEC® System Code 0x00. These codes are used to simulate commands from the IR remote control.

FunctionCodeFunctionCode
System Code0x00Connect Out 2 to In 10x17
Power On/Off0x14Connect Out 2 to In 20x12
Connect Out 1 to In 10x09Connect Out 2 to In 30x59
Connect Out 1 to In 20x1DConnect Out 2 to In 40x08
Connect Out 1 to In 30x1FPrevious Input for Out 20x55
Connect Out 1 to In 40x0DNext Input for Out 20x48
Previous Input for Out 10x1BConnect Out 3 to In 10x5E
Next Input for Out 10x11Connect Out 3 to In 20x06
Connect Out 3 to In 30x05Connect Out 4 to In 20x44
Connect Out 3 to In 40x03Connect Out 4 to In 30x0F
Previous Input for Out 30x07Connect Out 4 to In 40x51
Next Input for Out 30x40Previous Input for Out 40x1E
Connect Out 4 to In 10x18Next Input for Out 40x0E
Models: 4K Pro 4x4 HDMI True Matrix, RS-232 HDMI True Matrix, 15378 True Matrix

File Info : application/pdf, 11 Pages, 3.90MB

PDF preview unavailable. Download the PDF instead.

15378 RS-232 210210

References

Microsoft Word 2019

Related Documents

PreviewBlackbird 4K 4x4 HDMI Matrix User's Manual
User's manual for the Blackbird 4K 4x4 HDMI Matrix, detailing its features, specifications, safety guidelines, and connection diagrams. This device supports 4K@60Hz resolution, 18Gbps bandwidth, and various audio formats.
PreviewMonoprice Blackbird 4K 8x8 HDBaseT Matrix User's Manual
User's manual for the Monoprice Blackbird 4K 8x8 HDBaseT Matrix with 6 Receivers. Learn about its features, setup, control options, and specifications.
PreviewMonoprice Blackbird 4K 5x1 HDMI Switch User Manual - Specs & Setup
Comprehensive user manual for the Monoprice Blackbird 4K 5x1 HDMI Switch (P/N 42270). Learn about features, specifications, safety guidelines, and setup for seamless 4K@60Hz video distribution.
PreviewMonoprice Blackbird 4K 3x1 HDMI Switch User Manual
User's manual for the Monoprice Blackbird 4K 3x1 HDMI Switch (P/N 43963). Provides safety guidelines, introduction, features, package contents, product overview, switching modes, specifications, technical support, and regulatory compliance information.
PreviewBlackbird 4K HDMI 2.0 2x1 USB 3.0 KVM Switch User Manual
User manual for the Monoprice Blackbird 4K HDMI 2.0 2x1 USB 3.0 KVM Switch (PN 42643). This guide covers safety warnings, introduction, features, package contents, product overview, installation, operation, technical support, specifications, and regulatory compliance.
PreviewBlackbird 18Gbps 1x16 HDMI Splitter with 3D Support - User Manual
User manual for the Blackbird 18Gbps 1x16 HDMI Splitter (PN 14548) by Monoprice. Learn about features, setup, specifications, and support for 4K@60Hz, HDR, and Dolby Vision.
PreviewMonoprice BLACKBIRD 8K 2x1 HDMI 2.1 Switcher Quick Start Guide
Quick start guide for the Monoprice BLACKBIRD 8K 2x1 HDMI 2.1 Switcher (P/N 44434), detailing features, operation, specifications, and regulatory compliance.
PreviewMonoprice Blackbird Conference Room AV Solutions: KVM Switches, Extenders, Converters
Explore the Monoprice Blackbird line of professional AV distribution solutions for conference rooms, including KVM switches, HDBaseT extenders, KVM extenders, and multi-format converters. High-quality AV over IP and HDBaseT technology.