Make/Model  Device VersionConnection Type
Panasonic/AE900N/ASerial

Description:

This driver controls the Panasonic AE900 digital projector, a popular and inexpensive LCD video projector. The driver is PDL based.

Quirks and Limitations:

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.

Connection Details

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.

Driver Fields

This section lists the fields that the driver makes available, their types, minimum and maximum values, etc...

NameTypeR/WDescription/Limits
AspectBooleanWToggle through the aspect ratios. Ratios that are available vary depending upon the type of input signal.
DownBooleanWInvokes the Down command
EnterBooleanWInvokes the Enter command
FreezeBooleanWRead or set the freeze mode. Write True to pause the picture and False to restore the picture.
LeftBooleanWInvokes the Left command
InputSrcStringR/WAn enumerated field to get or set the input source. The values are: Video, S-Video, HDMI, PC, Component1, Component2
MenuBooleanWDisplay the projector menu.
PicModeStringR/WRead or set the current picture mode. This is an enumerated field with the values: Natural, Normal, Dynamic, Cinema1, Cinema2, Cinema3, Video
PowerBooleanR/WGet or set the power state
ReturnBooleanWInvokes the Return command
ReturnToDefaultBooleanWReturn projector to its default settings.
RightBooleanWInvokes the Right Command
ShutterBooleanWRead or set the Shutter mode. Write True to momentarily turn off the picture and False to restore the picture.
StandbyBooleanRTurns 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.
TogglePowerBooleanWToggles the power to the opposite state
UpBooleanwInvokes the Up command