Non-Standard Commands

The "Command" method may be used to execute projector commands not provided for by the standard methods of the projector driver.

The Command method requires two parameters:

objProjector.Command strCommand, intTimeOut

1) A command string to send to the projector and 2) a timeout value (in seconds) indicating how long the projector object should wait for a response from the projector.

It is up to you to construct the command string according to the projector manufacturer's communication protocol documentation.


The "Response" property may be used to retrieve the projector's response to a command.

String = objProjector.Response

The response is returned as-is and it is up to you to parse and interpret the response string according to the projector manufacturer's communication protocol documentation.