View Categories

IP00xxB RS232 Control for Parrot Interactive Flat Panels

1 min read

What is RS232 Control? #

RS232 is a standard protocol for serial communication that allows devices to send and receive commands over a wired connection. In the context of Interactive Flat Panels (IFPs), RS232 enables external systems—such as control processors, automation systems, or custom software—to manage panel functions remotely.

Benefits of RS232 Control #

  • Reliable Communication: RS232 uses a direct wired connection, ensuring stable and interference-free control.
  • Integration with Automation Systems: Perfect for boardrooms, classrooms, and AV setups where centralized control is essential.
  • Precise Function Execution: Commands are sent in hexadecimal format, reducing errors and ensuring accurate responses.
  • Offline Control: Works even when network connectivity is unavailable, making it a robust backup option.

RS232 Command Table for Parrot IFPs #

Baud Rate: 115200
Bit: 16 Bit

Function

Code

Remark

BOOT UP

99 FF FD 00 00 AA

99 23 01 01 FE AA

SHUT DOWN

99 A2 01 01 27 AA

Forced Shut Down: 99 A2 FD 00 00 AA

HOME

99 23 00 01 FF AA

MUTE

99 23 02 01 FD AA

PICTURE MODE

99 23 03 01 FC AA

HDMI 1

99 23 04 01 FB AA

FRONT HDMI

99 23 05 01 FA AA

OPS SETTING

99 23 06 01 F9 AA

SIGNAL SOURCE

99 23 07 01 F8 AA

RETURN

99 23 08 01 F7 AA

AUDIO ONLY

99 23 09 01 F6 AA

VOLUME UP

99 23 0A 01 F5 AA

VOLUME DOWN

99 23 0B 01 F4 AA

WHITEBOARD

99 23 0C 01 F3 AA

CONFIRM

99 23 0D 01 F2 AA

Code Structure Explained #

  • Start: 99
  • Client ID: 23
  • Function ID: (varies per command)
  • Equipment ID: Default 01
  • Verification: Function ID + FF
  • End: AA

How to Use These Commands #

  • Connect to the IFP via RS232 port using Baud Rate 115200 and 16 Bit settings.
  • Send commands in the exact hexadecimal format shown above.
  • Ensure proper cable termination and shielding for stable communication.
  • For forced shutdown, use the alternate code provided in the remarks column.