![]() | ![]() | |
| Make/Model | Device Version | Connection Type |
| Panasonic/AE900 | N/A | Serial |
This driver controls the Panasonic AE900 digital projector, a popular and inexpensive LCD video projector. The driver is PDL based.
Though the projector's protocol is two way, it will not provide any information other than power status when the projector is off. So, if the driver comes up when the device is off, it will not provide reliable information until the projector has been powered on. In addition, the projector does not respond to commands when it is transitioning from power-off to power-on and vice versa. To accommodate this the standby field has been defined which is true whenever the projector is off or the projector is in a power transition state. You can use this field to 'wait on field' in your power on sequence so that you do not send commands that will not be processed.
The Panasonic AE900 provides serial control but does not provide a standard serial connector. Panasonic sells an adapter with part number ET-ADSER that converts this connector into a standard DB-9. The serial parameters are 9600,N,8,1.
This section lists the fields that the driver makes available, their types, minimum and maximum values, etc...
Name Type R/W Description/Limits Aspect Boolean W Toggle through the aspect ratios. Ratios that are available vary depending upon the type of input signal. Down Boolean W Invokes the Down command Enter Boolean W Invokes the Enter command Freeze Boolean W Read or set the freeze mode. Write True to pause the picture and False to restore the picture. Left Boolean W Invokes the Left command InputSrc String R/W An enumerated field to get or set the input source. The values are: Video, S-Video, HDMI, PC, Component1, Component2 Menu Boolean W Display the projector menu. PicMode String R/W Read or set the current picture mode. This is an enumerated field with the values: Natural, Normal, Dynamic, Cinema1, Cinema2, Cinema3, Video Power Boolean R/W Get or set the power state Return Boolean W Invokes the Return command ReturnToDefault Boolean W Return projector to its default settings. Right Boolean W Invokes the Right Command Shutter Boolean W Read or set the Shutter mode. Write True to momentarily turn off the picture and False to restore the picture. Standby Boolean R Turns true anytime the projector is ignoring commands. It does this when off or when transitioning between power states. Use this to wait inside your action any time you want to turn the projector on and then issue some other commands such as an input change. TogglePower Boolean W Toggles the power to the opposite state Up Boolean w Invokes the Up command