vitello
December 13th, 2009, 11:52 PM
I'm trying to control my Panasonic TC-P50V10 television using the tutorial4 example script.
I have a connection via GlobalCache and I am able to send commands with no trouble, but
I am not getting any response.
The TC-P50V10 serial commands are similar to those in the Panasonic TH42PHD6Y plugin.
There is a 02 h start bye and a 03 h end bye. To turn the tv on I send the PON command,
which with the start and end byes means sending the command 02504F4E03 using transport send.
These and other control commands work. I see printed what was sent and no response.
If I try one of the query commands there is no response printed. The odd thing is that
Girder seems to know if there was a response. When the tv is off the only two allowed
commands are to turn on the tv and to check on the power state. If the tv is off
and I send a query command other than check on the power state I get a message that
there was no response to the last message. If I turn the tv on and send the same query,
then there is no response at all.
So how to I get responses from query commands? Any suggestions?
Thanks for any help.
Peter
I have a connection via GlobalCache and I am able to send commands with no trouble, but
I am not getting any response.
The TC-P50V10 serial commands are similar to those in the Panasonic TH42PHD6Y plugin.
There is a 02 h start bye and a 03 h end bye. To turn the tv on I send the PON command,
which with the start and end byes means sending the command 02504F4E03 using transport send.
These and other control commands work. I see printed what was sent and no response.
If I try one of the query commands there is no response printed. The odd thing is that
Girder seems to know if there was a response. When the tv is off the only two allowed
commands are to turn on the tv and to check on the power state. If the tv is off
and I send a query command other than check on the power state I get a message that
there was no response to the last message. If I turn the tv on and send the same query,
then there is no response at all.
So how to I get responses from query commands? Any suggestions?
Thanks for any help.
Peter