CONTACT US SEARCH
L Cubed Solutions

Valued Independent Programmers, AMX Certified Experts

Pioneer Elite Pro HDTV Comm Module Information

Home
Module Listings

Back to Corporate

General:

This module is used to send commands to the Pioneer Elite Pro HD Plasma TV.

Prerequisites:

None

Module Header:

TypeNameDescription
DevvdvVirtual device for the module
DevdvPhysical device for the module

Send_Commands:

  •  '?' - This causes the module to display all supported commands via messages to the master.
  • 'Ver' - Displays the compilation and version information for the module.
  • 'Pass-<string>' - Put a string onto the transmit queue.
  • 'Debug <n>' - Changes debug state where:

    0 = No Debug status and turn off DEBUG channel on the virtual device.

    1 = Display all minor debug information and turn on DEBUG channel on the virtual device.

    2 = Display all sent and received data to/from the device and minor debug information.

API Calls Supported:

L3_EliteProHd_Mute (Dev vdv, Integer Mute); (* Mute = True or False *)
L3_EliteProHd_PowerOn (Dev vdv, Integer PowerOn);
L3_EliteProHd_SelectDigitalTuner (Dev vdv);
L3_EliteProHd_SelectInput (Dev vdv, Integer Input);
L3_EliteProHd_SelectTunerA (Dev vdv);
L3_EliteProHd_SelectTunerB (Dev vdv);
L3_EliteProHd_SendACommand (Dev vdv, Char Cmd[], Char Param[]);
L3_EliteProHd_SetVolume (Dev vdv, Integer Level);
L3_EliteProHd_VolumeUp (Dev vdv, Integer Raise); (* Raise = True or False *)

API Calls Returned:

None

 

Last Modified: 05/16/2008 08:20:14 PM