0

Controlling a Panasonic Projector with serial commands

I spend some time figuring out how to send AND receive serial commands to a Panasonic projector but got stuck on sending and receiving the STX and ETX commands .

In hope of saving others some time this is how I did it:

1)
Go to: File -> Presentation Properties -> Interactive and change the protocol to Binary

2)
Convert the ASCII command to Decimal. I use this page:
http://www.branah.com/ascii-converter

3)
STX in decimal is = 2
ETX in decimal is = 3
When sending a command from brightsign add a send command with Serial bytes (comma separated)

The power on command (PON) should look like this: 2,80,79,78,3

 -----

When receiving signals from the projector it should look like this:

Question: Is projector on? send 2,81,80,87,3 ( [STX]QPW[ETX] ) when projector is on it returns: 001

In the serial input event you type in the following which is the decimal values for  [STX]001[ETX]:

Specify serial input: 002,048,048,049,003 (this only works if the protocol is set to binary as described in the top)

 

 

3 comments

  • 0
    Avatar
    AUDIO/VISUAL DEPT

    I was able to send serial commands to a PT-D6000 series projector using ASCII.

    See attached images.

  • 0
    Avatar
    Marcus Mikkelsen

    Hi Derek

    Yes, that is also the way I did it at first. It's been a while, but I think the problem with this way was how to receive the return command from the projector. Did you figure this out as well?

  • 0
    Avatar
    Steffen

    Thanks a lot for the suggestion!

    It runs perfectly Markus. I have just tried it on our Panasonic PT-VW430 :-) 

    I use a LS423 player, which has a USB-C connector. If You configure the port to #2, the USB to serial adapter works perfect! 

    IMPORTANT!!: If You want to use this player, You have to upgrade to the latest Brigthauthor version (4.6.0.35), because earlier versions do not support serial commands to be send to this particular player.

     

    Greetings

Please sign in to leave a comment.