Difference between revisions of "Pioneer Pro-1140HD"
From LinuxMCE
(New page: Category: Hardware Category: Displays ==Features== * 50" (diagonal) widescreen Plasma television * RS232 port at the back to allow external control (by LinuxMCE fo...) |
|||
Line 2: | Line 2: | ||
[[Category: Displays]] | [[Category: Displays]] | ||
==Features== | ==Features== | ||
− | * 50" (diagonal) [[16:9|widescreen]] | + | * 50" (diagonal) [[16:9|widescreen]] Plasma television |
* [[RS232 port]] at the back to allow external control (by LinuxMCE for example) | * [[RS232 port]] at the back to allow external control (by LinuxMCE for example) | ||
* HDMI inputs | * HDMI inputs | ||
− | For detailed specs see the [[http://www.pioneerelectronics.com/PUSA/Products/HomeEntertainment/PlasmaTVs+Monitors/EliteTVs/PRO-1140HD| Pioneer 1140HD webpage]]. | + | For detailed specs see the [[http://www.pioneerelectronics.com/PUSA/Products/HomeEntertainment/PlasmaTVs+Monitors/EliteTVs/PRO-1140HD | Pioneer 1140HD webpage]]. |
− | * [[http://www.pioneerelectronics.com/PUSA/Home+Entertainment+Custom+Install/Detailed+Product+Information/Plasma+Displays| Operations manual]] | + | * [[http://www.pioneerelectronics.com/PUSA/Home+Entertainment+Custom+Install/Detailed+Product+Information/Plasma+Displays | Operations manual]] |
== Serial Port use == | == Serial Port use == | ||
The Pioneer Pro-1140HD can be controlled by LinuxMCE through the serial port. | The Pioneer Pro-1140HD can be controlled by LinuxMCE through the serial port. |
Revision as of 17:40, 17 August 2008
Features
- 50" (diagonal) widescreen Plasma television
- RS232 port at the back to allow external control (by LinuxMCE for example)
- HDMI inputs
For detailed specs see the [| Pioneer 1140HD webpage].
Serial Port use
The Pioneer Pro-1140HD can be controlled by LinuxMCE through the serial port.
- From the factory the 1140HD is set to SR+ mode which ignores the rs232 port. In order to take the tv out of SR+ mode so it will respond to rs232 information you must start with the tv in standby mode. On the television remote, press the "Home Menu" key and within 3 seconds press the power on button. You will see SR+ <=> :On at the bottom of the screen. Press the left key on the direction pad of the remote to turn the SR+ <=> to :Off. If you need to change the baud rate, you can press down on the direction pad of the remote. The factory default baud rate is 9600.
- You will need a "straight" or "pass through" serial cable to connect the tv to the media director or hybrid/core.
Create a New Template in LinuxMCE
Directions for creating the template are discuss in [the forum]. The codes for controlling the 1140hd are found on[this page]. An example of the code you enter to turn on the tv is: <$"\x02**PON\x03"$> An example of the code to change tv input to input 6 (an HDMI port) is: <$"\x02**INPS06\x03"$>